uploads: stop pruning uploads.

This commit is contained in:
evazion
2022-01-28 00:55:47 -06:00
parent 6fbca01a23
commit f11c46b4f8
3 changed files with 0 additions and 16 deletions

View File

@@ -1,9 +0,0 @@
# frozen_string_literal: true
# A job that runs hourly to delete all completed, stale, or failed uploads.
# Spawned by {DanbooruMaintenance}.
class PruneUploadsJob < ApplicationJob
def perform
Upload.prune!
end
end