From b3f129381bb81a1106309c7202a5e0b9643cb322 Mon Sep 17 00:00:00 2001
From: Alex Iribarren <Alex.Iribarren@cern.ch>
Date: Fri, 7 Dec 2018 17:44:13 +0100
Subject: [PATCH] Set network requirement to 100mbps to run fewer concurrent
 tasks

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

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