mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-10 05:30:26 +00:00
lower container poll freq to something more sane
This commit is contained in:
@@ -42,7 +42,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
containerPollTime = 300 * time.Millisecond
|
||||
containerPollTime = 1 * time.Second
|
||||
launchGracePeriod = 5 * time.Minute
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user