mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 03:56:54 +02:00
Make software update run a little more often for now.
This commit is contained in:
parent
0fdefdf7a4
commit
ce0bd93289
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue