Remove curated pool updater.

This commit is contained in:
evazion
2020-02-23 17:31:53 -06:00
parent 01e9020b6a
commit 1591df0351
4 changed files with 0 additions and 29 deletions

View File

@@ -16,7 +16,6 @@ module DanbooruMaintenance
safely { TagChangeRequestPruner.warn_all }
safely { TagChangeRequestPruner.reject_all }
safely { Ban.prune! }
safely { CuratedPoolUpdater.update_pool! }
safely { ActiveRecord::Base.connection.execute("vacuum analyze") unless Rails.env.test? }
end