Skip to content

Commit

Permalink
increase default polling interval for `check_execution_conversion_sta…
Browse files Browse the repository at this point in the history
…te` task
  • Loading branch information
pk910 committed Mar 1, 2024
1 parent c15bc4f commit 3927df8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ type Config struct {

func DefaultConfig() Config {
return Config{
PollInterval: human.Duration{Duration: 5 * time.Second},
PollInterval: human.Duration{Duration: 10 * time.Second},
}
}

Expand Down

0 comments on commit 3927df8

Please sign in to comment.