disable upload clamper

This commit is contained in:
r888888888
2014-12-04 17:25:56 -08:00
parent f9c341a794
commit 450f55f49b

View File

@@ -8,7 +8,7 @@ class DailyMaintenance
Delayed::Job.delete_all(['created_at < ?', 7.days.ago])
PostVote.delete_all(['created_at < ?', 1.month.ago])
CommentVote.delete_all(['created_at < ?', 1.month.ago])
UserUploadClamper.new.clamp_all!
# UserUploadClamper.new.clamp_all!
TagSubscription.process_all
ApiCacheGenerator.new.generate_tag_cache
ForumSubscription.process_all!