-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Added collaborative_document_save_delay trait #13392
Added collaborative_document_save_delay trait #13392
Conversation
Thanks for making a pull request to jupyterlab! |
@davidbrochart thanks for opening this, where is the current default of 1s set? |
See this comment. |
2bff1ec
to
289f5d3
Compare
oops I reverted the change to |
But I don't know if it plays well with configuration, command line arguments, etc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks
@meeseeksdev please backport to 3.6.x |
Oops, something went wrong applying the patch ... Please have a look at my logs. |
…nt_save_delay trait)
…lay trait) (#13404) Co-authored-by: David Brochart <[email protected]>
References
Closes jupyterlab/jupyter-collaboration#47.
Code changes
Add
collaborative_document_save_delay
trait.User-facing changes
The delay before saving a document after a document change is parameterizable in collaborative mode (default to 1 second).
Backwards-incompatible changes
None.