Aam-Digital / aam-services

GNU General Public License v3.0
0 stars 0 forks source link

use pagination in CouchDbDatabaseChangeDetection #3

Open tomwwinter opened 8 months ago

tomwwinter commented 8 months ago

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: