mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-01-31 01:20:46 +01:00
DroidFish: Improved comment.
This commit is contained in:
parent
b1dbe5293c
commit
e0c07f52ab
|
@ -169,7 +169,7 @@ public class ExternalEngine extends UCIEngineBase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Try to change the engine process priority to 5. */
|
/** Try to lower the engine process priority. */
|
||||||
private void reNice() {
|
private void reNice() {
|
||||||
try {
|
try {
|
||||||
java.lang.reflect.Field f = engineProc.getClass().getDeclaredField("pid");
|
java.lang.reflect.Field f = engineProc.getClass().getDeclaredField("pid");
|
||||||
|
|
Loading…
Reference in New Issue
Block a user