mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 03:02:46 +08:00
don't cache yaml perhaps bootsnap has an issue with it
This commit is contained in:
parent
ee71786057
commit
bb32364642
|
@ -22,6 +22,6 @@ if ENV['RAILS_ENV'] != 'production'
|
|||
autoload_paths_cache: true, # Should we optimize ActiveSupport autoloads with cache?
|
||||
disable_trace: false, # Sets `RubyVM::InstructionSequence.compile_option = { trace_instruction: false }`
|
||||
compile_cache_iseq: is_mac, # Should compile Ruby code into ISeq cache?
|
||||
compile_cache_yaml: is_mac # Should compile YAML into a cache?
|
||||
compile_cache_yaml: false # Should compile YAML into a cache?
|
||||
)
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user