Merge branch '16387-batch-update-deactivated-user'
[arvados.git] / services / api / lib / sweep_trashed_objects.rb
index bedbd68a44c8a9e988c202a21457281f680e840a..8613c749cf247c6c11f309c4d43cddc544e99b4f 100644 (file)
@@ -55,8 +55,8 @@ module SweepTrashedObjects
   end
 
   def self.sweep_if_stale
-    return if Rails.configuration.trash_sweep_interval <= 0
-    exp = Rails.configuration.trash_sweep_interval.seconds
+    return if Rails.configuration.Collections.TrashSweepInterval <= 0
+    exp = Rails.configuration.Collections.TrashSweepInterval.seconds
     need = false
     Rails.cache.fetch('SweepTrashedObjects', expires_in: exp) do
       need = true