MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / markDeploymentScalingUp

Function markDeploymentScalingUp

web/src/llm-api/fireworks.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63}
64
65export function markDeploymentScalingUp(): void {
66 deploymentScalingUpUntil = Date.now() + DEPLOYMENT_COOLDOWN_MS
67}
68
69export function resetDeploymentCooldown(): void {
70 deploymentScalingUpUntil = 0

Calls

no outgoing calls

Tested by

no test coverage detected