mirror of
https://github.com/datarhei/core.git
synced 2025-10-16 13:00:37 +08:00
Remove unused parameter
This commit is contained in:
@@ -703,7 +703,7 @@ func (p *process) start() error {
|
||||
|
||||
p.pid = int32(p.cmd.Process.Pid)
|
||||
|
||||
if proc, err := psutil.NewProcess(p.pid, false); err == nil {
|
||||
if proc, err := psutil.NewProcess(p.pid); err == nil {
|
||||
p.limits.Start(proc)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user