From 88c046dbd4ff88f7efb69172cad72089f4565fef Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 31 May 2021 08:58:41 +0200 Subject: [PATCH] Update config.json Set the default interval to 1 hour. 30 mins was a little too much --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 56a5f67..79dac47 100755 --- a/conf/config.json +++ b/conf/config.json @@ -1 +1 @@ -{"interval":"30","port":9998,"scrapingAnt":{"apiKey":""},"workingHours":{"from":"","to":""}} \ No newline at end of file +{"interval":"60","port":9998,"scrapingAnt":{"apiKey":""},"workingHours":{"from":"","to":""}}