fix(stdiscosrv): slightly increase reannounce times and smoothing
Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -35,10 +35,10 @@ const (
|
|||||||
|
|
||||||
// Reannounce-After is set to reannounceAfterSeconds +
|
// Reannounce-After is set to reannounceAfterSeconds +
|
||||||
// random(reannounzeFuzzSeconds), similar for Retry-After
|
// random(reannounzeFuzzSeconds), similar for Retry-After
|
||||||
reannounceAfterSeconds = 3300
|
reannounceAfterSeconds = 2400
|
||||||
reannounzeFuzzSeconds = 300
|
reannounzeFuzzSeconds = 1800
|
||||||
errorRetryAfterSeconds = 1500
|
errorRetryAfterSeconds = 1800
|
||||||
errorRetryFuzzSeconds = 300
|
errorRetryFuzzSeconds = 900
|
||||||
|
|
||||||
// Retry for not found is notFoundRetrySeenSeconds for records we have
|
// Retry for not found is notFoundRetrySeenSeconds for records we have
|
||||||
// seen an announcement for (but it's not active right now) and
|
// seen an announcement for (but it's not active right now) and
|
||||||
|
|||||||
Reference in New Issue
Block a user