summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-02 16:46:27 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2014-02-02 16:46:27 -0800
commitce0bd93289f158fcf2ef9e37dcd46d316bfe24d0 (patch)
tree694d11f33065b03d98f12e326d6795b9666ba71e /node
parent0fdefdf7a4fb288d42fbc06d1e05890dd55439f7 (diff)
downloadinfinitytier-ce0bd93289f158fcf2ef9e37dcd46d316bfe24d0.tar.gz
infinitytier-ce0bd93289f158fcf2ef9e37dcd46d316bfe24d0.zip
Make software update run a little more often for now.
Diffstat (limited to 'node')
-rw-r--r--node/Constants.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp
index 66ce7edf..e64fec1c 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