Skip to content

Commit

Permalink
add mem cache in poduction.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyranja committed Jul 26, 2024
1 parent 909018f commit 8bc43d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bc43d9

Please sign in to comment.