Merge pull request #2778 from jcvenegas/clh-race-condition-check

clh: Fix race condition that prevent start pods
This commit is contained in:
Carlos Venegas
2021-11-16 14:15:06 -06:00
committed by GitHub
2 changed files with 14 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ import (
)
const (
defaultCheckInterval = 1 * time.Second
defaultCheckInterval = 5 * time.Second
watcherChannelSize = 128
)