mirror of
https://github.com/2dust/v2rayN.git
synced 2025-05-04 06:08:50 +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.Start();
|
||||||
|
p.PriorityClass = ProcessPriorityClass.High;
|
||||||
p.BeginOutputReadLine();
|
p.BeginOutputReadLine();
|
||||||
//processId = p.Id;
|
//processId = p.Id;
|
||||||
_process = p;
|
_process = p;
|
||||||
|
|
Loading…
Reference in a new issue