From 0f757d04aefeb69e4f73f06c13973ee6ea18c6c4 Mon Sep 17 00:00:00 2001 From: Marcin Kulik Date: Sat, 25 Jan 2014 12:16:07 +0100 Subject: [PATCH] Use dalli memcache client in production --- config/environments/production.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/environments/production.rb b/config/environments/production.rb index 0ee37b9..117eb1e 100644 --- a/config/environments/production.rb +++ b/config/environments/production.rb @@ -52,7 +52,7 @@ Asciinema::Application.configure do # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) # Use a different cache store in production. - config.cache_store = :mem_cache_store + config.cache_store = :dalli_store # Enable serving of images, stylesheets, and JavaScripts from an asset server. # config.action_controller.asset_host = "http://assets.example.com"