Browse Source

Lessen this limit just a bit to make cluster settle faster.

Adam Ierymenko 9 years ago
parent
commit
62db18b6dd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      node/Constants.hpp

+ 1 - 1
node/Constants.hpp

@@ -327,7 +327,7 @@
 /**
 /**
  * Minimum interval between direct path pushes from a given peer or we will ignore them
  * 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?
  * How long (max) to remember network certificates of membership?