chore: increase mailserver timeout to 30s

This commit is contained in:
Richard Ramos 2023-01-23 15:51:45 -04:00 committed by RichΛrd
parent 45c5fd1cdf
commit b1960a6ca9
1 changed files with 1 additions and 1 deletions

View File

@ -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