# HG changeset patch # User edogawaconan # Date 1381380471 0 # Node ID d47274afe845cb2bc80361a2004fc57c416d0b81 # Parent 62093471230882a26a02d938b8195933ade87790 Enforce memory store for cache. diff -r 620934712308 -r d47274afe845 config/environments/production.rb --- a/config/environments/production.rb Thu Oct 10 04:47:34 2013 +0000 +++ b/config/environments/production.rb Thu Oct 10 04:47:51 2013 +0000 @@ -59,7 +59,7 @@ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) # Use a different cache store in production. - # config.cache_store = :mem_cache_store + config.cache_store = :memory_store # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.action_controller.asset_host = "http://assets.example.com"