mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
Make network autoconf a little more frequent to tighten up expiration times.
This commit is contained in:
parent
d496304bbf
commit
3de76fcab1
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ error_no_byte_order_defined;
|
||||||
/**
|
/**
|
||||||
* Delay between requests for updated network autoconf information
|
* Delay between requests for updated network autoconf information
|
||||||
*/
|
*/
|
||||||
#define ZT_NETWORK_AUTOCONF_DELAY 120000
|
#define ZT_NETWORK_AUTOCONF_DELAY 60000
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Delay in core loop between checks of network autoconf newness
|
* Delay in core loop between checks of network autoconf newness
|
||||||
|
|
Loading…
Add table
Reference in a new issue