feat(config): enable JIT context loading by default (#22736)

This commit is contained in:
Sandy Tao
2026-03-16 15:12:28 -07:00
committed by GitHub
parent 605432ea70
commit 30271d64eb
6 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -1894,7 +1894,7 @@ const SETTINGS_SCHEMA = {
label: 'JIT Context Loading',
category: 'Experimental',
requiresRestart: true,
default: false,
default: true,
description: 'Enable Just-In-Time (JIT) context loading.',
showInDialog: false,
},