mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-23 23:54:13 +08:00
fix(drafts): Increase syncback delay to 10s
This commit is contained in:
parent
ced31d7f5d
commit
e56608c254
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ class DraftChangeSet
|
|||
@commit()
|
||||
else
|
||||
clearTimeout(@_timer) if @_timer
|
||||
@_timer = setTimeout(@commit, 3000)
|
||||
@_timer = setTimeout(@commit, 10000)
|
||||
|
||||
commit: ({noSyncback}={}) =>
|
||||
@_commitChain = @_commitChain.finally =>
|
||||
|
|
Loading…
Reference in a new issue