mirror of
https://github.com/2dust/v2rayN.git
synced 2025-04-19 21:52:25 +00:00
Priority high
This commit is contained in:
parent
6d2a1e0e9c
commit
f1e51ae1a3
1 changed files with 1 additions and 0 deletions
|
@ -214,6 +214,7 @@ namespace v2rayN.Handler
|
|||
}
|
||||
});
|
||||
p.Start();
|
||||
p.PriorityClass = ProcessPriorityClass.High;
|
||||
p.BeginOutputReadLine();
|
||||
//processId = p.Id;
|
||||
_process = p;
|
||||
|
|
Loading…
Reference in a new issue