mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-25 15:09:29 +00:00
Ensure tootctl maintenance fix-duplicates
does not run into statement timeouts
This commit is contained in:
parent
ffa22b9ce0
commit
be48fa5721
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue