diff options
Diffstat (limited to 'service')
-rw-r--r-- | service/SoftwareUpdater.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/service/SoftwareUpdater.hpp b/service/SoftwareUpdater.hpp index dc9d4a66..8950782a 100644 --- a/service/SoftwareUpdater.hpp +++ b/service/SoftwareUpdater.hpp @@ -64,8 +64,7 @@ /** * How often (ms) do we check? */ -//#define ZT_SOFTWARE_UPDATE_CHECK_PERIOD (60 * 60 * 1000) -#define ZT_SOFTWARE_UPDATE_CHECK_PERIOD 5000 +#define ZT_SOFTWARE_UPDATE_CHECK_PERIOD (60 * 10 * 1000) /** * Default update channel |