summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2018-12-04 19:04:09 +0000
committerPeter Powell <petpow@saberuk.com>2018-12-04 19:04:09 +0000
commita4c1b1f4fcfd9cd967bf326afbbada3d91f9da34 (patch)
treea6bd890d53163c6d02b122198e06e2d35d319d43 /docs
parentec6955f28ba9423828ac24ef83caee09ffa6b52c (diff)
Add an option for changing the allowed server clock drift.
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/inspircd.conf.example4
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,