Fix #4863: Retire deletion appeal thread.

This commit is contained in:
evazion
2021-08-21 23:48:20 -05:00
parent c8d7f94d7e
commit ec0fce34b7

View File

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