diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:13:44 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:13:44 +0000 |
| commit | 5fa7475f65cdf761233f463aae337b5b81dabf16 (patch) | |
| tree | 83c29a656d088f63dede29184906c89fbf00e4d0 /data | |
| parent | ec8fd88965d710cd7c75729e1e95931596997bc7 (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.conf | 6 |
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 } /* |
