summaryrefslogtreecommitdiff
path: root/node
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-27 11:01:58 -0700
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-10-27 11:01:58 -0700
commit62db18b6dd0002520d4828b0091995a40b4eb2e9 (patch)
tree7598b4205960ee3b0704b4f62f85d672f4bfbed2 /node
parentf32e9d07dd493bfb1c2fcb8e3638d5c634e40030 (diff)
downloadinfinitytier-62db18b6dd0002520d4828b0091995a40b4eb2e9.tar.gz
infinitytier-62db18b6dd0002520d4828b0091995a40b4eb2e9.zip
Lessen this limit just a bit to make cluster settle faster.
Diffstat (limited to 'node')
-rw-r--r--node/Constants.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp
index e45602f7..3ad07e4c 100644
--- a/node/Constants.hpp
+++ b/node/Constants.hpp
@@ -327,7 +327,7 @@
/**
* Minimum interval between direct path pushes from a given peer or we will ignore them
*/
-#define ZT_DIRECT_PATH_PUSH_MIN_RECEIVE_INTERVAL 2500
+#define ZT_DIRECT_PATH_PUSH_MIN_RECEIVE_INTERVAL 2000
/**
* How long (max) to remember network certificates of membership?