7478: Fixes child CR default preemptable setting logic.
[arvados.git] / services / api / config / application.rb
index 1fb11898ea11ce6911f0f28b2ae1e12fcc2d05ab..c09a8e5e479db6442cab9210b41631453a700748 100644 (file)
@@ -78,6 +78,9 @@ module Server
       STDERR.puts("Defaulting to memory cache, " +
                   "because #{default_cache_path} #{why}")
       config.cache_store = :memory_store
+    else
+      require Rails.root.join('lib/safer_file_store')
+      config.cache_store = ::SaferFileStore.new(default_cache_path)
     end
   end
 end