Move jit mode to a config param

Ref #3262
This commit is contained in:
Owen
2026-07-07 10:41:12 -04:00
parent 8cceed91cf
commit e9d424eb80
2 changed files with 26 additions and 12 deletions
+2 -1
View File
@@ -184,7 +184,8 @@ export const configSchema = z
.number()
.positive()
.optional()
.default(5000)
.default(5000),
jit_mode: z.boolean().default(true)
})
.optional()
.prefault({})