Browse Source

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

pull/1/head
Adam Ierymenko 11 years ago
parent
commit
62db18b6dd
  1. 2
      node/Constants.hpp

2
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?

Loading…
Cancel
Save