Reduced Housekeeping interval from 5 seconds to 3 seconds

This commit is contained in:
Joseph Henry
2017-10-09 00:08:00 -07:00
parent 7301c8c405
commit 06a09edd6d

View File

@@ -308,7 +308,7 @@ typedef signed char err_t;
/**
* 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