Browse Source

Reduced Housekeeping interval from 5 seconds to 3 seconds

pull/1/head
Joseph Henry 9 years ago
parent
commit
06a09edd6d
  1. 2
      include/Defs.h

2
include/Defs.h

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

Loading…
Cancel
Save