Browse Source

This no longer has to be quite so fast.

Adam Ierymenko 9 years ago
parent
commit
6399f6f094
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/Cluster.hpp

+ 1 - 1
node/Cluster.hpp

@@ -57,7 +57,7 @@
 /**
 /**
  * Desired period between doPeriodicTasks() in milliseconds
  * Desired period between doPeriodicTasks() in milliseconds
  */
  */
-#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 100
+#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 250
 
 
 namespace ZeroTier {
 namespace ZeroTier {