Change ZT_MULTIPATH_FLOW_EXPIRATION_INTERVAL from 30 seconds to 5 minutes

This commit is contained in:
Joseph Henry 2020-09-11 16:09:46 -07:00 committed by Grant Limberg
parent f3c9ab8a7e
commit fa86b8bae0
No known key found for this signature in database
GPG Key ID: 2BA62CCABBB4095A

View File

@ -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