File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/shared/pkg/feature-flags Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 8484 BestOfKMaxOvercommit = newIntFlag ("best-of-k-max-overcommit" , 400 ) // Default R=4 (stored as percentage, max over-commit ratio)
8585 BestOfKAlpha = newIntFlag ("best-of-k-alpha" , 50 ) // Default Alpha=0.5 (stored as percentage for int flag, current usage weight)
8686 PubsubQueueChannelSize = newIntFlag ("pubsub-queue-channel-size" , 8 * 1024 ) // size of the channel buffer used to queue incoming sandbox events
87- EnvdInitTimeoutSeconds = newIntFlag ("envd-init-request-timeout-milliseconds" , 50 ) // Timeout for envd init request in milliseconds
87+ EnvdInitTimeoutSeconds = newIntFlag ("envd-init-request-timeout-milliseconds" , 50 ) // Timeout for envd init request in milliseconds
8888)
You can’t perform that action at this time.
0 commit comments