diff --git a/core/sync/adjustments/pi_linux.go b/core/sync/adjustments/pi_linux.go index 2638780..47a1f25 100644 --- a/core/sync/adjustments/pi_linux.go +++ b/core/sync/adjustments/pi_linux.go @@ -56,7 +56,7 @@ const ( PIControllerDefaultIRatio = 0.05 PIControllerMaxIRatio = 0.5 - PIControllerDefaultStepThreshold = 1 * time.Millisecond + PIControllerDefaultStepThreshold = 100 * time.Millisecond ) type PIController struct {