an attempt to fix the rsync.sundries emails by giving many more instances in xinetd. **FIXME: move this to systemd only.**

This commit is contained in:
Stephen Smoogen 2020-09-21 14:10:35 -04:00
parent d0a5454a59
commit 66ec88166d

View file

@ -10,8 +10,8 @@ service rsync
server = /usr/bin/rsync
server_args = --daemon
log_on_failure += USERID
cps = 250 5
instances = 250
cps = 900 5
instances = 900
per_source = 100
}