mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
fix(drafts): Increase syncback delay to 10s
This commit is contained in:
parent
a3b686e546
commit
960d2cf67b
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