diff options
author | Wayne Davison <wayned@samba.org> | 2007-09-18 14:18:45 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2007-09-18 14:18:45 +0000 |
commit | 3170b20967cde5323ba53fd1f9d0ffe243ff082c (patch) | |
tree | e6bf599b7e4bb49d5d17c4127cf69e3341d9747f /rsyncd.conf.yo | |
parent | d34cd639fc5e5dcf866bd209a993ce13c6c45ca3 (diff) | |
download | rsync-3170b20967cde5323ba53fd1f9d0ffe243ff082c.tar.gz rsync-3170b20967cde5323ba53fd1f9d0ffe243ff082c.tar.bz2 rsync-3170b20967cde5323ba53fd1f9d0ffe243ff082c.zip |
Mention that a negative max-connections value disables the module.
Diffstat (limited to 'rsyncd.conf.yo')
-rw-r--r-- | rsyncd.conf.yo | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 6d4b2a40..cbd0dd9a 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -161,7 +161,8 @@ sure). dit(bf(max connections)) The "max connections" option allows you to specify the maximum number of simultaneous connections you will allow. Any clients connecting when the maximum has been reached will receive a -message telling them to try later. The default is 0 which means no limit. +message telling them to try later. The default is 0, which means no limit. +A negative value disables the module. See also the "lock file" option. dit(bf(log file)) When the "log file" option is set to a non-empty |