feat(config): default enableEventDrivenScheduler to true (#17211)

This commit is contained in:
Abhi
2026-01-21 17:40:19 -05:00
committed by GitHub
parent 2219bac16d
commit 3cca8ec0f0
6 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -1429,7 +1429,7 @@ const SETTINGS_SCHEMA = {
label: 'Event Driven Scheduler',
category: 'Experimental',
requiresRestart: true,
default: false,
default: true,
description: 'Enables event-driven scheduler within the CLI session.',
showInDialog: false,
},