in pkg/middleware/poller.go [22:28]
func AggressivePollingOptions() *runtime.PollUntilDoneOptions {
return &runtime.PollUntilDoneOptions{
// Frequency is the time to wait between polling intervals in absence of a Retry-After header.
//Allowed minimum is one second.
Frequency: time.Second * 1,
}
}