-
Notifications
You must be signed in to change notification settings - Fork 470
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
add optional timeout before local changes get pushed #202
Comments
I agree that |
+1 for getting this going. I also like the idea of being able to specify specific timeouts. A chat app should have zero latency for regular use, but if we also collect app metrics, they can be sent in bulk every minute. Would be nice to be able to have a timeout hierarchy:
|
closing in favor of hoodiehq/pouchdb-hoodie-api#111 |
this is a follow up for #180.
Latest Suggestion
Meaning
we do not push this update to remote, until you stop making changes for a moment (with the
debounce
option).Question 1
Any objections about adding such an option, and removing the default timeout?
Question 2
Is the meaning of
debounce
clear? Shall we call it differently?related: http://underscorejs.org/#debounce
The text was updated successfully, but these errors were encountered: