From 4ed52553b0ccf4db05bfe213a26df69ac3a588d2 Mon Sep 17 00:00:00 2001 From: cyberbotx Date: Sat, 15 Nov 2008 19:14:23 +0000 Subject: 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 --- data/example_new.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'data') 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 } /* -- cgit