lib/discover: Increase global discovery timeout (#8303)

This commit is contained in:
Simon Frei 2022-04-23 16:12:25 +02:00 committed by GitHub
parent 89f5d0d400
commit 6a7fc49c6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ type httpClient interface {
const (
defaultReannounceInterval = 30 * time.Minute
announceErrorRetryInterval = 5 * time.Minute
requestTimeout = 5 * time.Second
requestTimeout = 30 * time.Second
maxAddressChangesBetweenAnnouncements = 10
)