Skip to content

Commit cd76c41

Browse files
authored
Merge pull request #3560 from keloyang/buffersize-32
Change bufferSize back to 32
2 parents 08061c7 + 21174cb commit cd76c41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sys/reaper/reaper_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import (
3131
// ErrNoSuchProcess is returned when the process no longer exists
3232
var ErrNoSuchProcess = errors.New("no such process")
3333

34-
const bufferSize = 2048
34+
const bufferSize = 32
3535

3636
type subscriber struct {
3737
sync.Mutex

0 commit comments

Comments
 (0)