Skip to content

Commit 433f858

Browse files
jakubnomorningtzh
authored andcommitted
Update packages/shared/pkg/featureflags/flags.go
1 parent c541b7d commit 433f858

File tree

1 file changed

+1
-1
lines changed
  • packages/shared/pkg/featureflags

1 file changed

+1
-1
lines changed

packages/shared/pkg/featureflags/flags.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ var (
118118
PersistentVolumesFlag = newBoolFlag("can-use-persistent-volumes", env.IsDevelopment())
119119
ExecutionMetricsOnWebhooksFlag = newBoolFlag("execution-metrics-on-webhooks", false) // TODO: Remove NLT 20250315
120120
SandboxLabelBasedSchedulingFlag = newBoolFlag("sandbox-label-based-scheduling", false)
121-
OptimisticResourceAccountingFlag = newBoolFlag("optimistic-resource-accounting", true)
121+
OptimisticResourceAccountingFlag = newBoolFlag("sandbox-placement-optimistic-resource-accounting", false)
122122
)
123123

124124
type IntFlag struct {

0 commit comments

Comments
 (0)