Skip to content

Commit

Permalink
Fixes #36842 - reduce impact of rails-cache issue
Browse files Browse the repository at this point in the history
Original rails-issue: rails/rails#49690
  • Loading branch information
m-bucher authored and ekohl committed Oct 29, 2023
1 parent 405808d commit 76ec08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ class Application < Rails::Application
config.cache_store = options
Foreman::Logging.logger('app').info "Rails cache backend: Redis"
else
config.cache_store = :file_store, Rails.root.join('tmp', 'cache')
config.cache_store = :file_store, Rails.root.join('tmp', 'cache/')
Foreman::Logging.logger('app').info "Rails cache backend: File"
end

Expand Down

0 comments on commit 76ec08d

Please sign in to comment.