From 15e9a3fef44ab336bde3b63439f5e5c9b29aeb4c Mon Sep 17 00:00:00 2001 From: Alex Iribarren <Alex.Iribarren@cern.ch> Date: Fri, 7 Dec 2018 16:20:58 +0100 Subject: [PATCH] Ease up on the servers a bit --- reposync.nomad.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reposync.nomad.tpl b/reposync.nomad.tpl index fa31d7e..8dd0cb9 100644 --- a/reposync.nomad.tpl +++ b/reposync.nomad.tpl @@ -40,7 +40,7 @@ job "${PREFIX}_reposync_${REPOID}" { memory = 512 # MB network { - mbits = 10 + mbits = 50 } } -- GitLab