diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-27 15:02:15 -0700 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-10-27 15:02:15 -0700 |
commit | 6399f6f0940b6f20819d021a0dc3dcf0d289f002 (patch) | |
tree | 5b4f3b997e406105c9456bf958b1126805498b5f /node | |
parent | 218ef07d8e7fcc361aa0875f755eea7b5171f02c (diff) | |
download | infinitytier-6399f6f0940b6f20819d021a0dc3dcf0d289f002.tar.gz infinitytier-6399f6f0940b6f20819d021a0dc3dcf0d289f002.zip |
This no longer has to be quite so fast.
Diffstat (limited to 'node')
-rw-r--r-- | node/Cluster.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Cluster.hpp b/node/Cluster.hpp index 45395b0f..bab56785 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 250 namespace ZeroTier { |