mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-17 02:25:14 +00:00
lib/discover: Increase global discovery timeout (#8303)
This commit is contained in:
parent
89f5d0d400
commit
6a7fc49c6b
@ -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
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user