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

View File

@@ -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