Rewrite import feature (#21054)
This commit is contained in:
parent
0ad2413b35
commit
32a030dd74
40 changed files with 2059 additions and 113 deletions
|
@ -23,6 +23,7 @@ class Scheduler::VacuumScheduler
|
|||
backups_vacuum,
|
||||
access_tokens_vacuum,
|
||||
feeds_vacuum,
|
||||
imports_vacuum,
|
||||
]
|
||||
end
|
||||
|
||||
|
@ -50,6 +51,10 @@ class Scheduler::VacuumScheduler
|
|||
Vacuum::FeedsVacuum.new
|
||||
end
|
||||
|
||||
def imports_vacuum
|
||||
Vacuum::ImportsVacuum.new
|
||||
end
|
||||
|
||||
def content_retention_policy
|
||||
ContentRetentionPolicy.current
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue