summaryrefslogtreecommitdiff
path: root/node/Cluster.hpp
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-29 09:39:36 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-29 09:39:36 -0700
commit883c84bdb95b0374e4f4ea2238b2288787547897 (patch)
tree538262634e83b8bb670d20c585271d0b1b851d00 /node/Cluster.hpp
parente3d811b04b7fb04981d65a85d9042e2bd31798b7 (diff)
downloadinfinitytier-883c84bdb95b0374e4f4ea2238b2288787547897.tar.gz
infinitytier-883c84bdb95b0374e4f4ea2238b2288787547897.zip
Tweak some timings, and remove some dead code.
Diffstat (limited to 'node/Cluster.hpp')
-rw-r--r--node/Cluster.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Cluster.hpp b/node/Cluster.hpp
index cc9edd1d..0d8c0f15 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 250
+#define ZT_CLUSTER_PERIODIC_TASK_PERIOD 100
namespace ZeroTier {