adjust defaults for search log retention

This commit is contained in:
Sam 2018-06-20 10:46:07 +10:00
parent 7f37ee9152
commit 591512fcb8
2 changed files with 2 additions and 2 deletions

View File

@ -1069,7 +1069,7 @@ en:
search_recent_posts_size: "How many recent posts to keep in the index"
log_search_queries: "Log search queries performed by users"
search_query_log_max_size: "Maximum amount of search queries to keep"
search_query_log_max_retention_days: "Maximum amount of time to keep search queries, in days. Default is 3 years (1095 days)."
search_query_log_max_retention_days: "Maximum amount of time to keep search queries, in days."
allow_uncategorized_topics: "Allow topics to be created without a category. WARNING: If there are any uncategorized topics, you must recategorize them before turning this off."
allow_duplicate_topic_titles: "Allow topics with identical, duplicate titles."
unique_posts_mins: "How many minutes before a user can make a post with the same content again"

View File

@ -1363,7 +1363,7 @@ search:
default: 1000000
max: 1000000
search_query_log_max_retention_days:
default: 1095 # 3 years
default: 365 # 1 year
max: 1825 # 5 years
uncategorized: