We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a19509e + 966fc1a commit 7cc1302Copy full SHA for 7cc1302
1 file changed
reaper/reaper.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 = 32
+const bufferSize = 2048
35
36
// Reap should be called when the process receives an SIGCHLD. Reap will reap
37
// all exited processes and close their wait channels
@@ -47,7 +47,6 @@ func Reap() error {
47
Status: e.Status,
48
}
49
50
-
51
52
Default.Unlock()
53
return err
0 commit comments