fix(drafts): Increase syncback delay to 10s

This commit is contained in:
Ben Gotow 2016-01-29 13:44:23 -08:00
parent a3b686e546
commit 960d2cf67b

View file

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