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
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: