rsync: raise connections to 35

This commit is contained in:
Louis Abel 2024-12-17 16:02:56 -07:00
parent 4f2be2038c
commit 5ae2f574bb
Signed by: label
GPG key ID: 2A6975660E424560
2 changed files with 2 additions and 2 deletions

View file

@ -35,7 +35,7 @@
- name: "Setup rsyncd"
include_tasks: tasks/rsyncd.yml
tags:
tags:
- rsyncd
post_tasks:

View file

@ -1,5 +1,5 @@
---
rsync_max_connections: '30'
rsync_max_connections: '35'
rsync_no_compress: '*.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2 *.iso'
rsync_timeout: '600'
rsync_exclude: 'lost+found/ .snapshot/ .~tmp~/ /.private/ /.private/** **/.nfs* /feeds/ feeds/'