Mercurial > zeropaste
changeset 250:d47274afe845
Enforce memory store for cache.
author | edogawaconan <me@myconan.net> |
---|---|
date | Thu, 10 Oct 2013 04:47:51 +0000 |
parents | 620934712308 |
children | cf4186119c7d |
files | config/environments/production.rb |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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"