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
@@ -387,7 +387,7 @@ describe('SettingsSchema', () => {
expect(setting).toBeDefined();
expect(setting.type).toBe('boolean');
expect(setting.category).toBe('Experimental');
expect(setting.default).toBe(false);
expect(setting.default).toBe(true);
expect(setting.requiresRestart).toBe(true);
expect(setting.showInDialog).toBe(false);
expect(setting.description).toBe(