From: Ian Jackson Date: Thu, 6 May 2010 18:32:58 +0000 (+0100) Subject: set period interval to 30s X-Git-Tag: innduct-0.1~40 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=innduct.git;a=commitdiff_plain;h=8e079d66f9df85fca87d28847376b301a67cfd67 set period interval to 30s --- diff --git a/backends/innduct.c b/backends/innduct.c index 6e9dd26..8f4e29e 100644 --- a/backends/innduct.c +++ b/backends/innduct.c @@ -373,7 +373,7 @@ static const char *inndconffile; static int max_connections=10; static int max_queue_per_conn=200; static int target_max_feedfile_size=100000; -static int period_seconds=60; +static int period_seconds=30; static int filepoll_seconds=5; static int max_queue_per_ipf=-1; diff --git a/doc/man/innduct.8 b/doc/man/innduct.8 index 759abd7..ad749ae 100644 --- a/doc/man/innduct.8 +++ b/doc/man/innduct.8 @@ -254,6 +254,8 @@ rescan intervals (those specified in this manual as .IR PERIOD ) are rounded up to the next multiple of .IR PERIOD-INTERVAL . +The default is +.BR 30s . .TP .BI \-\-connection-timeout= TIME How long to allow for a connection setup attempt before giving up.