We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393f98f commit 944a38dCopy full SHA for 944a38d
1 file changed
packages/orchestrator/internal/metrics/sandboxes.go
@@ -24,7 +24,7 @@ import (
24
)
25
26
const (
27
- maxAcceptableSandboxClockDriftSec = 2
+ maxAcceptableSandboxClockDriftSec = 5
28
29
sbxMemThresholdPct = 80
30
sbxCpuThresholdPct = 80
0 commit comments