rsync: raise connections to 35
This commit is contained in:
parent
4f2be2038c
commit
5ae2f574bb
2 changed files with 2 additions and 2 deletions
|
@ -35,7 +35,7 @@
|
||||||
|
|
||||||
- name: "Setup rsyncd"
|
- name: "Setup rsyncd"
|
||||||
include_tasks: tasks/rsyncd.yml
|
include_tasks: tasks/rsyncd.yml
|
||||||
tags:
|
tags:
|
||||||
- rsyncd
|
- rsyncd
|
||||||
|
|
||||||
post_tasks:
|
post_tasks:
|
||||||
|
|
|
@ -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_no_compress: '*.gz *.tgz *.zip *.z *.Z *.rpm *.deb *.bz2 *.iso'
|
||||||
rsync_timeout: '600'
|
rsync_timeout: '600'
|
||||||
rsync_exclude: 'lost+found/ .snapshot/ .~tmp~/ /.private/ /.private/** **/.nfs* /feeds/ feeds/'
|
rsync_exclude: 'lost+found/ .snapshot/ .~tmp~/ /.private/ /.private/** **/.nfs* /feeds/ feeds/'
|
||||||
|
|
Loading…
Reference in a new issue