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:
Sam Saffron 2020-09-22 08:40:19 +10:00
parent c934a0f759
commit 8867bd4abe
No known key found for this signature in database
GPG Key ID: B9606168D2FFD9F5
1 changed files with 1 additions and 1 deletions

View File

@ -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