Merge 4203ceee78
into 33475b7184
This commit is contained in:
commit
7a71365cd1
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ func NewNGINXController(config *Configuration, fs file.Filesystem) *NGINXControl
|
|||
}),
|
||||
|
||||
stopCh: make(chan struct{}),
|
||||
updateCh: make(chan store.Event, 1024),
|
||||
updateCh: make(chan store.Event, 99999),
|
||||
|
||||
stopLock: &sync.Mutex{},
|
||||
|
||||
|
|
Loading…
Reference in a new issue