mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-16 11:37:47 +01:00
This commit refactors the code that evenly collects documents from query sources to let it collect at least 2 documents in every source, which could correct the case when `max_hits_per_source` is 0. This was possible with the previous impl, no longer allowed after this commit