1
0
mirror of https://github.com/mastodon/mastodon synced 2024-11-30 15:58:14 +09:00

Ensure tootctl maintenance fix-duplicates does not run into statement timeouts

This commit is contained in:
Claire 2023-01-30 11:49:12 +01:00
parent ffa22b9ce0
commit be48fa5721

View File

@ -177,6 +177,9 @@ module Mastodon::CLI
def fix_duplicates
verify_system_ready!
# Just in case the server's configuration sets a timeout
ActiveRecord::Base.connection.execute 'SET statement_timeout = 0'
process_deduplications
deduplication_cleanup_tasks