This commit is contained in:
Dan Clayton 2018-02-13 16:58:27 +00:00 committed by GitHub
commit 7a71365cd1
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{},