diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-11 11:07:08 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-11-11 11:07:08 -0800 |
commit | b94335f115fdf3801b1a423cfb063f8ba1b7e81a (patch) | |
tree | 769fc8293ba663d0cc2138ebcd2e6aef2bfd46de /node | |
parent | a13ba7102a1a66b627a5c717b2e0d5435f75c842 (diff) | |
download | infinitytier-b94335f115fdf3801b1a423cfb063f8ba1b7e81a.tar.gz infinitytier-b94335f115fdf3801b1a423cfb063f8ba1b7e81a.zip |
Increase WHOIS retry delay slightly to allow for global cluster latency (e.g. 300+ms from New York to Johhannesburg)
Diffstat (limited to 'node')
-rw-r--r-- | node/Constants.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Constants.hpp b/node/Constants.hpp index 552688a6..65ed108a 100644 --- a/node/Constants.hpp +++ b/node/Constants.hpp @@ -199,7 +199,7 @@ /** * Delay between WHOIS retries in ms */ -#define ZT_WHOIS_RETRY_DELAY 500 +#define ZT_WHOIS_RETRY_DELAY 1000 /** * Maximum identity WHOIS retries (each attempt tries consulting a different peer) |