mirror of https://github.com/2dust/v2rayN
Priority high
parent
6d2a1e0e9c
commit
f1e51ae1a3
|
@ -214,6 +214,7 @@ namespace v2rayN.Handler
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
p.Start();
|
p.Start();
|
||||||
|
p.PriorityClass = ProcessPriorityClass.High;
|
||||||
p.BeginOutputReadLine();
|
p.BeginOutputReadLine();
|
||||||
//processId = p.Id;
|
//processId = p.Id;
|
||||||
_process = p;
|
_process = p;
|
||||||
|
|
Loading…
Reference in New Issue