Fix #3837: Remove expired bans.

This commit is contained in:
evazion
2018-08-24 16:49:34 -05:00
parent 05ad112831
commit 2cdd022c37
3 changed files with 20 additions and 0 deletions

View File

@@ -18,5 +18,6 @@ class DailyMaintenance
TokenBucket.prune!
TagChangeRequestPruner.warn_all
TagChangeRequestPruner.reject_all
Ban.prune!
end
end