feat(FN-2119): merge fusion/fn-2119

This commit is contained in:
gsxdsm
2026-04-19 03:21:38 -07:00
parent 3f8a2e9442
commit bbc0ce89be
13 changed files with 122 additions and 14 deletions

View File

@@ -52,6 +52,7 @@ export const DEFAULT_GLOBAL_SETTINGS = {
/** Default values for project-level settings. */
export const DEFAULT_PROJECT_SETTINGS = {
globalPause: false,
globalPauseReason: undefined,
enginePaused: false,
maxConcurrent: 2,
maxTriageConcurrent: 2,