Skip to content

Commit

Permalink
Increase memory_store limit
Browse files Browse the repository at this point in the history
  • Loading branch information
jcraigk committed Nov 4, 2024
1 parent 572af97 commit 614f252
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
@@ -1,6 +1,6 @@
Rails.application.configure do
config.action_controller.asset_host = App.base_url
config.cache_store = :memory_store, { size: 32.megabytes, expires_in: 10.minutes }
config.cache_store = :memory_store, { size: 1.5.gigabytes, expires_in: 10.minutes }
config.action_controller.perform_caching = true
config.action_mailer.smtp_settings = {
user_name: ENV.fetch("SMTP_USERNAME", nil),
Expand Down

0 comments on commit 614f252

Please sign in to comment.