Skip to content

Commit

Permalink
Change default step threshold for PI controller to 100ms
Browse files Browse the repository at this point in the history
  • Loading branch information
marcfrei committed May 31, 2024
1 parent 6a46c77 commit ea0f4fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/sync/adjustments/pi_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const (
PIControllerDefaultIRatio = 0.05
PIControllerMaxIRatio = 0.5

PIControllerDefaultStepThreshold = 1 * time.Millisecond
PIControllerDefaultStepThreshold = 100 * time.Millisecond
)

type PIController struct {
Expand Down

0 comments on commit ea0f4fd

Please sign in to comment.