From 3444690702565f0a29781fd8b38ea28e2dfa762d Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Mon, 17 Dec 2018 15:35:24 +0100
Subject: [PATCH] Try to run twice as many syncs at once, plus leave a little
 room for other tasks

---
 reposync.nomad.tpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/reposync.nomad.tpl b/reposync.nomad.tpl
index 1b64821..698ee9b 100644
--- a/reposync.nomad.tpl
+++ b/reposync.nomad.tpl
@@ -40,7 +40,7 @@ job "${PREFIX}_reposync_${REPOID}" {
       memory = 512 # MB
 
       network {
-        mbits = 100
+        mbits = 45
       }
     }
 
-- 
GitLab