Skip to content

Commit 5cfdbbc

Browse files
nlacassegvisor-bot
authored andcommitted
Bump MaxClockError to reduce log spam.
PiperOrigin-RevId: 735844377
1 parent c16484e commit 5cfdbbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sentry/time/parameters.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const (
5656
//
5757
// * Avoids unreasonably large frequency adjustments required to
5858
// correct large errors over a single update interval.
59-
MaxClockError = ReferenceNS(ApproxUpdateInterval) / 4
59+
MaxClockError = ReferenceNS(ApproxUpdateInterval)
6060
)
6161

6262
// Parameters are the timekeeping parameters needed to compute the current

0 commit comments

Comments
 (0)