1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00

cache store is memory store in test env

This commit is contained in:
Matt Jankowski 2024-06-06 11:52:33 -04:00
parent aec78a7252
commit a060a6b8bf

View file

@ -25,7 +25,7 @@ Rails.application.configure do
# Show full error reports and disable caching. # Show full error reports and disable caching.
config.consider_all_requests_local = true config.consider_all_requests_local = true
config.action_controller.perform_caching = false config.action_controller.perform_caching = false
config.cache_store = :null_store config.cache_store = :memory_store
# Render exception templates for rescuable exceptions and raise for other exceptions. # Render exception templates for rescuable exceptions and raise for other exceptions.
config.action_dispatch.show_exceptions = :rescuable config.action_dispatch.show_exceptions = :rescuable