You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app/lib/vacuum
Kaspar V ae62e5fa53
Fix/remove calling private method with send in model (#22951)
* fix(status): remove send usage for private unlink_from_conversations

- make unlink_from_conversations public method
- rename unlink_from_conversations to unlink_from_conversations!
- fix send call on private method in statuses_vacuum and batched_remove_status_service

* fix(feeds_vacuum): replace find_in_batches with in_batches

because active record query results should be a little more efficient than
itterating with map and each. Postgres can grasp such lists of ids much quicker
than ruby can.
Will probably make allmost no difference, but cannot hurt either.
2 years ago
..
access_tokens_vacuum.rb
backups_vacuum.rb
feeds_vacuum.rb Fix/remove calling private method with send in model (#22951) 2 years ago
media_attachments_vacuum.rb Fix vacuum scheduler missing lock, locks never expiring (#19458) 2 years ago
preview_cards_vacuum.rb Fix vacuum scheduler missing lock, locks never expiring (#19458) 2 years ago
statuses_vacuum.rb Fix/remove calling private method with send in model (#22951) 2 years ago
system_keys_vacuum.rb