Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
For the builtin filter `_docs_ids`, the maximum number of documents for which we trigger the optimized code path is hardcoded to 100 here:
https://github.com/apache/couchdb/blob/master/src/couch/src/couch_changes.erl#L32-L34
It would be helpful if this number was configurable.