diff --git a/config/boot.rb b/config/boot.rb index 572d833edd..f3b61fd24c 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -23,8 +23,6 @@ if (ENV['DISABLE_BOOTSNAP'] != '1') Bootsnap.setup( cache_dir: 'tmp/cache', # Path to your cache load_path_cache: true, # Should we optimize the LOAD_PATH with a cache? - 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: true, # Should compile Ruby code into ISeq cache? compile_cache_yaml: false # Skip YAML cache for now, cause we were seeing issues with it )