Priority high

This commit is contained in:
2dust 2020-03-31 16:57:01 +08:00
parent 6d2a1e0e9c
commit f1e51ae1a3

View file

@ -214,6 +214,7 @@ namespace v2rayN.Handler
}
});
p.Start();
p.PriorityClass = ProcessPriorityClass.High;
p.BeginOutputReadLine();
//processId = p.Id;
_process = p;