Skip to content

Commit d538818

Browse files
committed
Enable YJIT
1 parent fc19ef3 commit d538818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/new_framework_defaults_7_2.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@
3434
# Enables YJIT as of Ruby 3.3, to bring sizeable performance improvements. If you are
3535
# deploying to a memory constrained environment you may want to set this to `false`.
3636
#++
37-
# Rails.application.config.yjit = true
37+
Rails.application.config.yjit = true

0 commit comments

Comments
 (0)