mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
we need this eager load thing
This commit is contained in:
@@ -4,6 +4,8 @@ Discourse::Application.configure do
|
||||
# Code is not reloaded between requests
|
||||
config.cache_classes = true
|
||||
|
||||
config.eager_load = true
|
||||
|
||||
# Full error reports are disabled and caching is turned on
|
||||
config.consider_all_requests_local = false
|
||||
config.action_controller.perform_caching = true
|
||||
|
||||
Reference in New Issue
Block a user