Skip to content

Commit 21174cb

Browse files
committed
Change bufferSize back to 32
Shim use non-blocking send now, there is no need to set bufferSize to 2048, it's a waste. Signed-off-by: Shukui Yang <[email protected]>
1 parent 08061c7 commit 21174cb

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)