Merge pull request #3560 from keloyang/buffersize-32
Change bufferSize back to 32
This commit is contained in:
commit
cd76c4120e
@ -31,7 +31,7 @@ import (
|
||||
// ErrNoSuchProcess is returned when the process no longer exists
|
||||
var ErrNoSuchProcess = errors.New("no such process")
|
||||
|
||||
const bufferSize = 2048
|
||||
const bufferSize = 32
|
||||
|
||||
type subscriber struct {
|
||||
sync.Mutex
|
||||
|
Loading…
Reference in New Issue
Block a user