summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-11 10:30:24 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-01-11 10:30:24 +0100
commitb65c9f21c97371b6fbdeeae2e44f4111313b4337 (patch)
tree57004c8006c81bd34d82bbaf6108b93b2b9414ab /config/environments
parent6dbf83677d0dbaea92ad2f3a9f76f1e6c38300d7 (diff)
Activated dalli as the memcached client.
Diffstat (limited to 'config/environments')
-rw-r--r--config/environments/production.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/environments/production.rb b/config/environments/production.rb
index 26b2f35..f715d91 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -37,7 +37,7 @@ Gemeinschaft42c::Application.configure do
# config.logger = 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"