aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-04-17 14:38:17 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-04-17 14:38:17 +0300
commit39cb043bf015b36819a9f431c386592c59480f92 (patch)
tree7ce7660b52aad2ff9e61eb8a62867f454cc53213 /doc
parent7a1985a0f05564fd7c381e828ff134836f3e3253 (diff)
downloadwydawca-39cb043bf015b36819a9f431c386592c59480f92.tar.gz
wydawca-39cb043bf015b36819a9f431c386592c59480f92.tar.bz2
Update the docs
Diffstat (limited to 'doc')
-rw-r--r--doc/wydawca.texi23
1 files changed, 22 insertions, 1 deletions
diff --git a/doc/wydawca.texi b/doc/wydawca.texi
index 430e300..4f40cb0 100644
--- a/doc/wydawca.texi
+++ b/doc/wydawca.texi
@@ -1129,6 +1129,19 @@ Declare a special service name, which will be treated as a request to
process all spools.
@end deffn
+@deffn {Config} max-connections n
+Limits the number of upload notification connections allowed to be
+open simultaneously. The default value is 16 connections.
+@end deffn
+
+@deffn {Config} idle-timeout interval
+Sets the idle timeout for upload notification connections. If a
+connection stays idle for more than the given interval, it will be
+closed forcibly. Default idle timout is 10 seconds.
+
+@xref{time interval specification}, for the syntax of @var{interval}.
+@end deffn
+
@deffn {Config} pidfile file
Store master process @acronym{PID} in @var{file}. Default pidfile
location is @file{@var{localstatedir}/run/wydawca.pid}.
@@ -3383,6 +3396,14 @@ locking @{
# @xref{daemon, listen}.
listen @var{socket:@i{sock-addr}};
+# @r{Maximum number of simultaneous upload notification connections.}
+# @xref{daemon, max-connections}.
+max-connections @var{n};
+
+# @r{Idle timeout for an upload notification connection.}
+# @xref{daemon, idle-timeout}.
+idle-timeout @var{time:@i{interval}};
+
# @r{Configure TCP wrappers.}
# @xref{tcp-wrapper}.
tcp-wrapper @{
@@ -3484,7 +3505,7 @@ notify-event @{
# @r{Define file sweep time.}
# @xref{general, file-sweep-time}.
-file-sweep-time @var{time:@i{int9erval}};
+file-sweep-time @var{time:@i{interval}};
# @r{Set tar invocation command line.}
# @xref{archivation, tar-program}.

Return to:

Send suggestions and report system problems to the System administrator.