mirror of
https://github.com/status-im/status-go.git
synced 2025-01-12 23:55:03 +00:00
chore: increase mailserver timeout to 30s
This commit is contained in:
parent
45c5fd1cdf
commit
b1960a6ca9
@ -21,7 +21,7 @@ import (
|
||||
// tolerance is how many seconds of potentially out-of-order messages we want to fetch
|
||||
var tolerance uint32 = 60
|
||||
|
||||
var mailserverRequestTimeout = 10 * time.Second
|
||||
var mailserverRequestTimeout = 30 * time.Second
|
||||
var oneMonthInSeconds uint32 = 31 * 24 * 60 * 60
|
||||
var mailserverMaxTries uint = 2
|
||||
var mailserverMaxFailedRequests uint = 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user