summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorcyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 19:13:44 +0000
committercyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864>2008-11-15 19:13:44 +0000
commit5fa7475f65cdf761233f463aae337b5b81dabf16 (patch)
tree83c29a656d088f63dede29184906c89fbf00e4d0 /data
parentec8fd88965d710cd7c75729e1e95931596997bc7 (diff)
Added updatetimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1711 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
-rw-r--r--data/example_new.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf
index 1a2275e37..947cbd95a 100644
--- a/data/example_new.conf
+++ b/data/example_new.conf
@@ -295,6 +295,12 @@ options {
* disconnects. This directive is optional.
*/
badpasstimeout = 1h
+
+ /*
+ * Sets the delay between automatic database updates. This time is reset by
+ * the OperServ UPDATE command.
+ */
+ updatetimeout = 5m
}
/*