diff options
| author | 2018-12-04 19:04:09 +0000 | |
|---|---|---|
| committer | 2018-12-04 19:04:09 +0000 | |
| commit | a4c1b1f4fcfd9cd967bf326afbbada3d91f9da34 (patch) | |
| tree | a6bd890d53163c6d02b122198e06e2d35d319d43 /docs | |
| parent | Fix detecting secure clients connecting through HAProxy/WEBIRC. (diff) | |
Add an option for changing the allowed server clock drift.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf/inspircd.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 04100ec2a..713dc0cb8 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -695,6 +695,10 @@ # Default value is true clonesonconnect="true" + # timeskipwarn: The time period that a server clock can jump by before + # operators will be warned that the server is having performance issues. + timeskipwarn="2s" + # quietbursts: When syncing or splitting from a network, a server # can generate a lot of connect and quit messages to opers with # +C and +Q snomasks. Setting this to yes squelches those messages, |
