Increase WHOIS retry delay slightly to allow for global cluster latency (e.g. 300+ms from New York to Johhannesburg)

This commit is contained in:
Adam Ierymenko 2015-11-11 11:07:08 -08:00
parent a13ba7102a
commit b94335f115
2 changed files with 2 additions and 2 deletions

View file

@ -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)