mirror of
https://github.com/discourse/discourse.git
synced 2025-04-17 00:39:31 +08:00
DEV: allow larger recent post size
Limiting to 100,000 is too small, some sites may want a far higher limit. Low numbers on recent_posts_size can impact search quality
This commit is contained in:
parent
c934a0f759
commit
8867bd4abe
@ -1845,7 +1845,7 @@ search:
|
||||
search_prefer_recent_posts: false
|
||||
search_recent_posts_size:
|
||||
default: 100000
|
||||
max: 100000
|
||||
max: 10000000
|
||||
search_recent_regular_posts_offset_post_id:
|
||||
default: 0
|
||||
hidden: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user