Skip to content

Commit 9a1833c

Browse files
authored
Decrease metrics trigger to 20 seconds (#143)
1 parent d5d90dc commit 9a1833c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/jobs/metricsjob/trigger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ type TriggerConfig struct {
1616
// DefaultTriggerConfig returns the default configuration
1717
func DefaultTriggerConfig() TriggerConfig {
1818
return TriggerConfig{
19-
InitialDelay: 1 * time.Minute,
19+
InitialDelay: 20 * time.Second,
2020
SleepFunc: time.Sleep,
2121
}
2222
}

0 commit comments

Comments
 (0)