mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-01 07:47:56 +00:00
Merge pull request #123357 from dims/bump-containerLogMonitorInterval-to-the-minimum-allowed
Bump containerLogMonitorInterval to the minimum allowed
This commit is contained in:
commit
da0bc0b489
@ -37,7 +37,7 @@ const (
|
||||
testContainerLogMaxFiles = 3
|
||||
testContainerLogMaxSize = "40Ki"
|
||||
testContainerLogMaxWorkers = 2
|
||||
testContainerLogMonitorInterval = 2 * time.Second
|
||||
testContainerLogMonitorInterval = 3 * time.Second
|
||||
rotationPollInterval = 5 * time.Second
|
||||
rotationEventuallyTimeout = 3 * time.Minute
|
||||
rotationConsistentlyTimeout = 2 * time.Minute
|
||||
|
Loading…
Reference in New Issue
Block a user