Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save current state on timer #13

Open
nbeloglazov opened this issue Nov 7, 2013 · 0 comments
Open

Save current state on timer #13

nbeloglazov opened this issue Nov 7, 2013 · 0 comments

Comments

@nbeloglazov
Copy link
Collaborator

Currently state is saved on each change. It's ok with local storage but if we are going to implement remote storage (save on server via ajax) than it may be too heavy to send request with whole state on every change. One way is to implement timer that will save state every 5 (10) seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant