mirror of
https://github.com/discourse/discourse.git
synced 2026-09-05 04:40:41 -05: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user