Merge pull request #3560 from keloyang/buffersize-32

Change bufferSize back to 32
This commit is contained in:
Wei Fu 2019-08-20 23:20:30 +08:00 committed by GitHub
commit cd76c4120e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ import (
// ErrNoSuchProcess is returned when the process no longer exists // ErrNoSuchProcess is returned when the process no longer exists
var ErrNoSuchProcess = errors.New("no such process") var ErrNoSuchProcess = errors.New("no such process")
const bufferSize = 2048 const bufferSize = 32
type subscriber struct { type subscriber struct {
sync.Mutex sync.Mutex