activities page caching

This commit is contained in:
Dmitriy Zaporozhets 2011-11-27 14:53:12 +02:00
parent fb8f05ee16
commit 8ad1f8a474
3 changed files with 19 additions and 2 deletions

View file

@ -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"