Commit a199bb7
committed
fix: increase Typesense max-per-page server option
The forum sets a constant search comment count of 1000
( https://github.com/openedx/forum/blob/51ec507/forum/constants.py ),
and the Elasticsearch and Meilisearch backends respect that.
So to use this value for Typesense too,
we need to increase the max-per-page server option.
The default is 250 in Typesense.
Private-ref: https://tasks.opencraft.com/browse/BB-99751 parent c12d3d4 commit a199bb7
File tree
2 files changed
+5
-0
lines changed- tutor_typesense/patches
2 files changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
0 commit comments