From 8e079d66f9df85fca87d28847376b301a67cfd67 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 6 May 2010 19:32:58 +0100 Subject: [PATCH] set period interval to 30s --- backends/innduct.c | 2 +- doc/man/innduct.8 | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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. -- 2.30.2