diff options
author | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-27 14:53:12 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dzaporozhets@sphereconsultinginc.com> | 2011-11-27 14:53:12 +0200 |
commit | 8ad1f8a4741522700dc7634e22ae946bbec2c845 (patch) | |
tree | 7eebbfdc2acdc9622c010a45b3dd4cac9690a5b2 /config/environments | |
parent | fb8f05ee165b4da8aec0e4adf48992a86052ab04 (diff) | |
download | gitlab-ce-8ad1f8a4741522700dc7634e22ae946bbec2c845.tar.gz |
activities page caching
Diffstat (limited to 'config/environments')
-rw-r--r-- | config/environments/production.rb | 2 |
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" |