Priority high

pull/680/head
2dust 2020-03-31 16:57:01 +08:00
parent 6d2a1e0e9c
commit f1e51ae1a3
1 changed files with 1 additions and 0 deletions

View File

@ -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;