Skip to content

Commit

Permalink
Increase default oscillation period to 1h.
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusv committed Feb 24, 2016
1 parent d0fd2fa commit 6cb6f0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"time"
)

var oscillationPeriod = flag.Duration("oscillation-period", 5*time.Minute, "The duration of the rate oscillation period.")
var oscillationPeriod = flag.Duration("oscillation-period", time.Hour, "The duration of the rate oscillation period.")

func startClient(servAddr string) {

Expand Down

0 comments on commit 6cb6f0f

Please sign in to comment.