Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Update production.rb
Browse files Browse the repository at this point in the history
Try setting caching to false (for now)

Addresses #262
  • Loading branch information
ewlarson committed Mar 17, 2023
1 parent 1ed631b commit 62287e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/environments/production.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
# Settings specified here will take precedence over those in config/application.rb.

# Code is not reloaded between requests.
config.cache_classes = true
# @TODO: See if we can avoid this...
config.cache_classes = false

# Eager load code on boot. This eager loads most of Rails and
# your application in memory, allowing both threaded web servers
Expand Down

0 comments on commit 62287e1

Please sign in to comment.