chiark / gitweb /
set period interval to 30s
authorIan Jackson <ian@chiark.greenend.org.uk>
Thu, 6 May 2010 18:32:58 +0000 (19:32 +0100)
committerIan Jackson <ian@chiark.greenend.org.uk>
Thu, 6 May 2010 18:32:58 +0000 (19:32 +0100)
backends/innduct.c
doc/man/innduct.8

index 6e9dd262dbfd5bd4c573dc5b3c858df6fb949a91..8f4e29e8e2ca91f125ae3a5c00b08f6205d6bfc3 100644 (file)
@@ -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 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;
 
 static int filepoll_seconds=5;
 static int max_queue_per_ipf=-1;
 
index 759abd7f2b4dcdde2551c698f1c018fd7f2199b1..ad749aee2c7c461bbaf956bcbf681423e5175938 100644 (file)
@@ -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 .
 .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.
 .TP
 .BI \-\-connection-timeout= TIME
 How long to allow for a connection setup attempt before giving up.