summaryrefslogtreecommitdiff
path: root/config/environments
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-27 14:53:12 +0200
committerDmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com>2011-11-27 14:53:12 +0200
commit8ad1f8a4741522700dc7634e22ae946bbec2c845 (patch)
tree7eebbfdc2acdc9622c010a45b3dd4cac9690a5b2 /config/environments
parentfb8f05ee165b4da8aec0e4adf48992a86052ab04 (diff)
downloadgitlab-ce-8ad1f8a4741522700dc7634e22ae946bbec2c845.tar.gz
activities page caching
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 d8094817c04..fc8d4c1135c 100644
--- a/config/environments/production.rb
+++ b/config/environments/production.rb
@@ -37,7 +37,7 @@ Gitlab::Application.configure do
# config.logger = 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"