mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
PERF: run full vacuum every 90 days (during migration)
Will reclaim space and improve perf
This commit is contained in:
@@ -971,6 +971,8 @@ en:
|
||||
enable_cdn_js_debugging: "Allow /logs to display proper errors by adding crossorigin permissions on all js includes."
|
||||
show_create_topics_notice: "If the site has fewer than 5 public topics, show a notice asking admins to create some topics."
|
||||
|
||||
vacuum_db_days: "Run VACUUM FULL ANALYZE to reclaim DB space after migrations (set to 0 to disable)"
|
||||
|
||||
errors:
|
||||
invalid_email: "Invalid email address."
|
||||
invalid_username: "There's no user with that username."
|
||||
|
||||
@@ -709,6 +709,11 @@ uncategorized:
|
||||
company_short_name: 'Unconfigured Forum'
|
||||
company_domain: 'www.example.com'
|
||||
|
||||
vacuum_db_days: 90
|
||||
last_vacuum:
|
||||
default: 0
|
||||
hidden: true
|
||||
|
||||
tos_topic_id:
|
||||
default: -1
|
||||
hidden: true
|
||||
|
||||
Reference in New Issue
Block a user