mirror of
https://github.com/aljazceru/kata-containers.git
synced 2025-12-18 14:54:19 +01:00
Merge pull request #2778 from jcvenegas/clh-race-condition-check
clh: Fix race condition that prevent start pods
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
defaultCheckInterval = 1 * time.Second
|
||||
defaultCheckInterval = 5 * time.Second
|
||||
watcherChannelSize = 128
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user