Remove deletion appeal thread updater.

It was already disabled before, remove it completely now.
This commit is contained in:
evazion
2021-09-22 01:57:45 -05:00
parent 28d2753c53
commit 8738d8a645
3 changed files with 0 additions and 58 deletions

View File

@@ -4,7 +4,6 @@ module DanbooruMaintenance
def hourly
safely { Upload.prune! }
safely { PostPruner.prune! }
#safely { PostAppealForumUpdater.update_forum! }
safely { RateLimit.prune! }
safely { regenerate_post_counts! }
end