Skip to content

Commit

Permalink
Update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
fanyang89 committed Sep 24, 2024
1 parent acf8398 commit b720899
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ var flagPushTo = &cli.StringFlag{

var flagCollectInterval = &cli.DurationFlag{
Name: "collect-interval",
Value: 3 * time.Second,
Value: 10 * time.Second,
}

var flagCollectTimeout = &cli.DurationFlag{
Name: "collect-timeout",
Value: 1 * time.Second,
Value: 9 * time.Second,
}

var flagPushTimeout = &cli.DurationFlag{
Name: "push-timeout",
Value: 10 * time.Second,
Value: 3 * time.Second,
}

type collectConfig struct {
Expand Down

0 comments on commit b720899

Please sign in to comment.