chiark / gitweb /
debugging for thing that crashed
[innduct.git] / doc / man / innduct.8
index 22799f84064eedcc6c215c0cb20962271d4fd06d..c2a6cef49db63842c542a0f46d218b72aa2d48e8 100644 (file)
@@ -75,6 +75,10 @@ the lock for the site.  Without \fB-q\fR, this causes a fatal error to
 be logged and a nonzero exit.
 .TP
 .BR \-\-no-daemon
+Do not daemonise.  innduct runs in the foreground, but otherwise
+operates normally (logging to syslog, etc.).
+.TP
+.BR \-\-interactive
 Do not daemonise.  innduct runs in the foreground and all messages
 (including all debug messages) are written to stderr rather than
 syslog.  A control command line is also available on stdin/stdout.
@@ -254,6 +258,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.
@@ -354,6 +360,22 @@ unresponsive or the connection has become broken.
 The default is
 .BR 1000s .
 .TP
+.BI \-\-low-volume-thresh= "WIN-THRESH " \-\-low-volume-window= "PERIOD "
+If innduct has only one connection to the peer, and has processed
+fewer than
+.I WIN-THRESH
+articles in the last
+.I PERIOD
+and also no articles in the last
+.IR PERIOD-INTERVAL
+it will close the connection quickly.  That is, innduct switches to a
+mode where it opens a connection for each article (or, perhaps, each
+handful of articles arriving together).
+The default is to close if fewer than
+.BR 3
+articles in the last
+.BR 1000s .
+.TP
 .BI \-\-max-bad-input-data-ratio= PERCENT
 We tolerate up to this proportion of badly-formatted lines in the
 feedfile and other input files.  Every badly-formatted line is logged,