From 1b996b7197cd17f605b2395300e5a3d13ef3ffa2 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 22 Jul 2016 15:14:32 +0000 Subject: [PATCH] adjust sundries rsync so as to now hit limits and cause connection drops --- roles/rsyncd/files/rsync.sundries | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/rsyncd/files/rsync.sundries b/roles/rsyncd/files/rsync.sundries index ea3ff5ae43..5b81e790dc 100644 --- a/roles/rsyncd/files/rsync.sundries +++ b/roles/rsyncd/files/rsync.sundries @@ -10,8 +10,8 @@ service rsync server = /usr/bin/rsync server_args = --daemon log_on_failure += USERID - cps = 150 5 - instances = 150 + cps = 250 5 + instances = 250 per_source = 100 }