You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
Right now we save a version of the entire page every 5 seconds if any changes have been made. This can lead to a very large database.
We can address it by pruning out consecutive versions by the same author less than X minutes apart, once they are Y hours old.
We need to stop storing diffs and start generating them dynamically in order for the removal of intervening versions to still result in reasonable-looking diffs.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now we save a version of the entire page every 5 seconds if any changes have been made. This can lead to a very large database.
We can address it by pruning out consecutive versions by the same author less than X minutes apart, once they are Y hours old.
We need to stop storing diffs and start generating them dynamically in order for the removal of intervening versions to still result in reasonable-looking diffs.
The text was updated successfully, but these errors were encountered: