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:
parent
a13ba7102a
commit
b94335f115
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue