This commit is contained in:
Dan Clayton 2018-02-13 17:07:27 +00:00 committed by GitHub
commit b40bd1e276
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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{},