From ba61d7357fd8a56cd881466b984b858fe5f52713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Thu, 27 Dec 2018 09:07:39 +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 4f928a1..75a32ab 100644 --- a/contrib/docker/crontab +++ b/contrib/docker/crontab @@ -1 +1 @@ -* * * * * root cd /src/yggdrasil-map/web/ && python updateGraph.py +*/5 * * * * root cd /src/yggdrasil-map/web/ && python updateGraph.py