Skip to content

Commit

Permalink
Merge pull request #115 from tbs60/dev_tming_long_tcp
Browse files Browse the repository at this point in the history
fix: comment new parameter for fork, issue: #114
  • Loading branch information
tming authored Aug 25, 2023
2 parents 7c0fb7a + 96a777c commit 01f0f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/backend/booster/bk_dist/common/syscall/syscall_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ func RunServer(command string) error {
// in case of the signals sent to the caller affect the process as well
func GetSysProcAttr() *syscall.SysProcAttr {
return &syscall.SysProcAttr{
Setpgid: true,
Pgid: 0,
Cloneflags: syscall.CLONE_NEWPID | syscall.CLONE_NEWNS,
Setpgid: true,
Pgid: 0,
// Cloneflags: syscall.CLONE_NEWPID | syscall.CLONE_NEWNS,
}
}

Expand Down

0 comments on commit 01f0f3d

Please sign in to comment.