indexing-lister: Allow to define flush packet size
Closed
requested to merge generated-differential-D1635-source into generated-differential-D1635-target
Compare changes
Files
2+ 3
− 0
@@ -30,6 +30,9 @@ class BitBucketLister(IndexingHttpLister):
I'm confused by this comment. Prior behavior of what? (I can deduce IndexingLister because it's in the same diff, but it won't make sense afterward.) And why does the Bitbucket lister need to override this behavior?
Because i changed the packet size returned by the api from 10 repositories (too small) to 100 repositories (a tad better) for the bitbucket listing.
so 2 iterations of 100 repositories, i already have the 200 repositories to flush in db. If i kept the original indexing lister, i would have changed the behavior to flush every 2000 repositories.