Set a realistic desync value

pull/4283/head
Thomas Stromberg 2019-05-28 19:12:00 -07:00
parent 3c39723d41
commit 5dd0890fc7
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ import (
var (
// The maximum the guest VM clock is allowed to be ahead and behind. This value is intentionally
// large to allow for inaccurate methodology, but still small enough so that certificates are likely valid.
maxClockDesyncSeconds = 0.001
maxClockDesyncSeconds = 2.1
)
//This init function is used to set the logtostderr variable to false so that INFO level log info does not clutter the CLI