From 9c285a79e70ed7049d421a9f291d1ff651a6e4cf Mon Sep 17 00:00:00 2001 From: Athanasius Date: Fri, 19 Jun 2020 07:29:17 +0100 Subject: [PATCH] config: Change update_interval to 8 hours --- config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.py b/config.py index b9f9a638..95455bc5 100644 --- a/config.py +++ b/config.py @@ -11,7 +11,7 @@ appcmdname = 'EDMC' appversion = '3.4.6.0' update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml' -update_interval = 47*60*60 +update_interval = 8*60*60 if platform=='darwin':