Skip to content

Commit 3927df8

Browse files
committed
increase default polling interval for check_execution_conversion_state task
1 parent c15bc4f commit 3927df8

File tree

1 file changed

+1
-1
lines changed
  • pkg/coordinator/tasks/check_execution_conversion_state

1 file changed

+1
-1
lines changed

pkg/coordinator/tasks/check_execution_conversion_state/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type Config struct {
1616

1717
func DefaultConfig() Config {
1818
return Config{
19-
PollInterval: human.Duration{Duration: 5 * time.Second},
19+
PollInterval: human.Duration{Duration: 10 * time.Second},
2020
}
2121
}
2222

0 commit comments

Comments
 (0)