Skip to content

Commit fd36a79

Browse files
authored
Merge pull request #54 from aligent/chore/reduce_es_pagesize
2 parents 35b3965 + 2af24fa commit fd36a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Model/Indexer/LuceneSearch.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public function prepare()
6666
'q' => $value,
6767
// the default page size is 10. The highest limit is 10000. If we want to traverse further, we will
6868
// have to use the search after parameter. There are no plans to implement this right now.
69-
'size' => 10000
69+
'size' => 100
7070
]
7171
);
7272

0 commit comments

Comments
 (0)