mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-12 07:34:52 +08:00
[*] Increment IMAP auth timeout
- More than 50% of auth errors we're seeing still seem to be geniune timeouts. Increment the timeout to account for this.
This commit is contained in:
parent
8b3944d235
commit
6811a6f37e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ const Capabilities = {
|
|||
|
||||
const ONE_HOUR_SECS = 60 * 60;
|
||||
const SOCKET_TIMEOUT_MS = 30 * 1000;
|
||||
const AUTH_TIMEOUT_MS = 15 * 1000;
|
||||
const AUTH_TIMEOUT_MS = 30 * 1000;
|
||||
|
||||
class IMAPConnection extends EventEmitter {
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue