From cb0662ebe8dfecb9be254a4405903798c311fc56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= <bpiotrowski@archlinux.org>
Date: Wed, 6 Sep 2017 10:03:24 +0200
Subject: [PATCH] syncrepo: increase rsyncd max connections to 200

---
 roles/syncrepo/files/rsyncd.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/syncrepo/files/rsyncd.conf b/roles/syncrepo/files/rsyncd.conf
index f90ca99a9..932e984fd 100644
--- a/roles/syncrepo/files/rsyncd.conf
+++ b/roles/syncrepo/files/rsyncd.conf
@@ -1,5 +1,5 @@
 use chroot = no
-max connections = 20
+max connections = 200
 syslog facility = local5
 
 [packages]
-- 
GitLab