summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-27 12:29:01 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-27 12:29:01 -0700
commitcfe166ef359c0d92b1521e6c127e2b92238c0731 (patch)
treef2dace63a64f92ba2b3da185dee2d1800e91bfb7 /node
parent0ffbd05c0e14088ddb7eaecba7f19541651e859b (diff)
downloadinfinitytier-cfe166ef359c0d92b1521e6c127e2b92238c0731.tar.gz
infinitytier-cfe166ef359c0d92b1521e6c127e2b92238c0731.zip
Tweak some size limits.
Diffstat (limited to 'node')
-rw-r--r--node/Cluster.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Cluster.hpp b/node/Cluster.hpp
index 7d0c6a08..bb7d3b39 100644
--- a/node/Cluster.hpp
+++ b/node/Cluster.hpp
@@ -57,7 +57,7 @@
/**
* Desired period between doPeriodicTasks() in milliseconds
*/
-#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 100
+#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 50
namespace ZeroTier {