diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:14:23 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-15 19:14:23 +0000 |
| commit | 4ed52553b0ccf4db05bfe213a26df69ac3a588d2 (patch) | |
| tree | c1f422b90d86ec71639bdc67e8d73a9a2c49c40f /data | |
| parent | 486097e27b7fc848a6abfc25c7e4547e4acf5a7b (diff) | |
Added readtimeout directive to options block in new config.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1713 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
| -rw-r--r-- | data/example_new.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 03c6fb0d0..0b016e4a7 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -308,6 +308,11 @@ options { * this timer. */ expiretimeout = 30m + + /* + * Sets the timout period for reading from the uplink. + */ + readtimeout = 5s } /* |
