feat(FN-5091): complete Step 2 — wire settings and exports
Fusion-Task-Id: FN-5091 Fusion-Task-Lineage: f59dc7dd-abc2-4d1d-a755-1fe446314131
This commit is contained in:
committed by
gsxdsm
parent
e97efc9f3c
commit
8e3e71744b
@@ -298,6 +298,11 @@ export const DEFAULT_PROJECT_SETTINGS = {
|
||||
backlogPressureRatioThreshold: 10,
|
||||
backlogPressureMinTodoCount: 5,
|
||||
backlogPressureAlertCooldownMs: 24 * 60 * 60_000,
|
||||
dependencyBlockedTodoReportEnabled: true,
|
||||
dependencyBlockedTodoFreshAgeMs: 30 * 60_000,
|
||||
dependencyBlockedTodoStaleAgeMs: 4 * 60 * 60_000,
|
||||
dependencyBlockedTodoMinCount: 1,
|
||||
dependencyBlockedTodoReportCooldownMs: 6 * 60 * 60_000,
|
||||
staleHighFanoutBlockerAgeThresholdMs: 2 * 60 * 60 * 1000,
|
||||
staleInProgressWarningMs: 4 * 60 * 60_000,
|
||||
staleInProgressCriticalMs: 24 * 60 * 60_000,
|
||||
|
||||
Reference in New Issue
Block a user