From 8bc43d9c2b7cc65e50c43703677ed995d978efa2 Mon Sep 17 00:00:00 2001 From: Tyranja Date: Fri, 26 Jul 2024 23:23:40 +0200 Subject: [PATCH] add mem cache in poduction.rb --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 77f8432c6..5195a61d4 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -57,7 +57,7 @@ config.log_tags = [ :request_id ] # Use a different cache store in production. - # config.cache_store = :mem_cache_store + config.cache_store = :memory_store, { size: 64.megabytes } # Use a real queuing backend for Active Job (and separate queues per environment) # config.active_job.queue_adapter = :resque