mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Resolve #471 by extending fetch messagelist to 60 seconds and handling timeout/abort
This commit is contained in:
parent
31b12c3625
commit
2c4bd445a5
3 changed files with 4 additions and 4 deletions
|
|
@ -54,7 +54,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
|
|||
this.request('MessageList',
|
||||
fCallback,
|
||||
params,
|
||||
30000,
|
||||
60000, // 60 seconds before aborting
|
||||
sGetAdd,
|
||||
bSilent ? [] : ['MessageList']
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue