mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-09 03:57:41 +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 (
|
const (
|
||||||
containerPollTime = 300 * time.Millisecond
|
containerPollTime = 1 * time.Second
|
||||||
launchGracePeriod = 5 * time.Minute
|
launchGracePeriod = 5 * time.Minute
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user