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
Application loads all _changes for a database, starting from stored "latest_ref" and will handle 200 _changes.
This could lead to errors on very large couchdb histories.
Improvements:
use pagination when requesting _changes and load just a batch of changes
test and handle behaviour when _change is not available anymore
The text was updated successfully, but these errors were encountered:
Current implementation:
Application loads all _changes for a database, starting from stored "latest_ref" and will handle 200 _changes.
This could lead to errors on very large couchdb histories.
Improvements:
The text was updated successfully, but these errors were encountered: