fix(drafts): Increase syncback delay to 10s

This commit is contained in:
Ben Gotow 2016-01-29 13:44:23 -08:00
parent ced31d7f5d
commit e56608c254

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