mirror of
https://github.com/discourse/discourse.git
synced 2025-02-20 23:19:25 +08:00
we need this eager load thing
This commit is contained in:
parent
6617478878
commit
9d13c6b931
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user