From 13db507b00b3afc07b9b55f1ce167aaab487c237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 27 Dec 2018 09:19:01 +0200 Subject: [PATCH] Update crontab --- contrib/docker/crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/docker/crontab b/contrib/docker/crontab index 75a32ab..eb7bc28 100644 --- a/contrib/docker/crontab +++ b/contrib/docker/crontab @@ -1 +1 @@ -*/5 * * * * root cd /src/yggdrasil-map/web/ && python updateGraph.py +*/10 * * * * root cd /src/yggdrasil-map/web/ && python updateGraph.py