mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-30 09:48:54 +00:00
Change ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL from 30 seconds to 5 minutes
This commit is contained in:
parent
f3c9ab8a7e
commit
fa86b8bae0
@ -414,7 +414,7 @@
|
|||||||
* How long before we consider a flow to be dead and remove it from the
|
* How long before we consider a flow to be dead and remove it from the
|
||||||
* policy's list.
|
* policy's list.
|
||||||
*/
|
*/
|
||||||
#define ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL 30000
|
#define ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL (60000 * 5)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* How often a flow's statistical counters are reset
|
* How often a flow's statistical counters are reset
|
||||||
|
Loading…
Reference in New Issue
Block a user