Reduced Housekeeping interval from 5 seconds to 3 seconds
This commit is contained in:
@@ -308,7 +308,7 @@ typedef signed char err_t;
|
|||||||
/**
|
/**
|
||||||
* Interval for performing background tasks (such as adding routes) on VirtualTap objects (in seconds)
|
* Interval for performing background tasks (such as adding routes) on VirtualTap objects (in seconds)
|
||||||
*/
|
*/
|
||||||
#define ZT_HOUSEKEEPING_INTERVAL 5
|
#define ZT_HOUSEKEEPING_INTERVAL 3
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Whether or not we want libzt to exit on internal failure
|
* Whether or not we want libzt to exit on internal failure
|
||||||
|
|||||||
Reference in New Issue
Block a user