From 90bb12a1216ad17d123adb3ae03241b7571c6551 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Thu, 6 Dec 2018 16:42:45 +0100
Subject: [PATCH] Reduce network requirements

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

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