diff options
Diffstat (limited to 'node/Constants.hpp')
| -rw-r--r-- | node/Constants.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 85af3b28..20983db9 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -341,6 +341,11 @@ error_no_byte_order_defined; #define ZT_UPDATE_MIN_INTERVAL 120000 /** + * Maximum interval between attempts to do a software update + */ +#define ZT_UPDATE_MAX_INTERVAL 28800000 + +/** * Update HTTP timeout in seconds */ #define ZT_UPDATE_HTTP_TIMEOUT 30 |
