Skip to content

Commit c5da98a

Browse files
committed
Keep all ripgrep query groups in readiness pack
1 parent 3c30e56 commit c5da98a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/contextbench-ripgrep-ready-pack.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ function parseRgJson(output, candidates, source) {
6868
}
6969
}
7070

71-
function uniq(candidates, max = 160) {
71+
function uniq(candidates, max = 500) {
7272
const seen = new Set();
7373
const out = [];
7474
for (const candidate of candidates) {

0 commit comments

Comments
 (0)