mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Makes tests run slightly faster.
see: https://jtway.co/speed-up-your-rails-test-suite-by-6-in-1-line-13fedb869ec4
This commit is contained in:
parent
bfc4f15b93
commit
95b9ea1222
@ -41,4 +41,7 @@ Discourse::Application.configure do
|
||||
config.assets.digest = false
|
||||
|
||||
config.eager_load = false
|
||||
|
||||
config.logger = Logger.new(nil)
|
||||
config.log_level = :fatal
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user