mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-18 21:16:54 +02:00
Lessen this limit just a bit to make cluster settle faster.
This commit is contained in:
parent
f32e9d07dd
commit
62db18b6dd
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@
|
|||
/**
|
||||
* Minimum interval between direct path pushes from a given peer or we will ignore them
|
||||
*/
|
||||
#define ZT_DIRECT_PATH_PUSH_MIN_RECEIVE_INTERVAL 2500
|
||||
#define ZT_DIRECT_PATH_PUSH_MIN_RECEIVE_INTERVAL 2000
|
||||
|
||||
/**
|
||||
* How long (max) to remember network certificates of membership?
|
||||
|
|
Loading…
Add table
Reference in a new issue