We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 08061c7 + 21174cb commit cd76c41Copy full SHA for cd76c41
1 file changed
sys/reaper/reaper_unix.go
@@ -31,7 +31,7 @@ import (
31
// ErrNoSuchProcess is returned when the process no longer exists
32
var ErrNoSuchProcess = errors.New("no such process")
33
34
-const bufferSize = 2048
+const bufferSize = 32
35
36
type subscriber struct {
37
sync.Mutex
0 commit comments