From ce0bd93289f158fcf2ef9e37dcd46d316bfe24d0 Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Sun, 2 Feb 2014 16:46:27 -0800 Subject: [PATCH] Make software update run a little more often for now. --- node/Constants.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node/Constants.hpp b/node/Constants.hpp index 66ce7edf4..e64fec1c0 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -343,9 +343,9 @@ error_no_byte_order_defined; #define ZT_UPDATE_MIN_INTERVAL 120000 /** - * Maximum interval between attempts to do a software update + * Maximum interval between checks for new versions (2 hours) */ -#define ZT_UPDATE_MAX_INTERVAL 28800000 +#define ZT_UPDATE_MAX_INTERVAL 7200000 /** * Update HTTP timeout in seconds