mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-07 11:13:48 +00:00
lower container poll freq to something more sane
This commit is contained in:
parent
c0b686e3be
commit
eca5a2ac88
@ -42,7 +42,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
containerPollTime = 300 * time.Millisecond
|
||||
containerPollTime = 1 * time.Second
|
||||
launchGracePeriod = 5 * time.Minute
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user