polluterofminds / graphite-blockstack

26 stars 4 forks source link

Bug: Autosave is a huge performance drag #16

Closed polluterofminds closed 6 years ago

polluterofminds commented 6 years ago

Rather than auto-save, Graphite should take the same approach Google Docs does. Listen for changes and kick off auto-save only when those changes happen.

Initial test should be with sheets as updates are less frequent than with Docs.

polluterofminds commented 6 years ago

Resolved. Implemented save on change for sheets and docs