Skip to content

Commit 6b2b89d

Browse files
authored
chore(orch): increase the max clock drift for logging (#2178)
1 parent 0f48372 commit 6b2b89d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/orchestrator/internal/metrics/sandboxes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
)
2525

2626
const (
27-
maxAcceptableSandboxClockDriftSec = 2
27+
maxAcceptableSandboxClockDriftSec = 5
2828

2929
sbxMemThresholdPct = 80
3030
sbxCpuThresholdPct = 80

0 commit comments

Comments
 (0)