Add ui for process priority
This commit is contained in:
committed by
Laurent Clouet
parent
e7354499ad
commit
d4db1670a1
@@ -64,7 +64,7 @@ public class Configuration {
|
||||
this.static_exeDirName = "exe";
|
||||
this.maxUploadingJob = 1;
|
||||
this.nbCores = -1; // ie not set
|
||||
this.priority = 19;
|
||||
this.priority = 19; // default lowest
|
||||
this.computeMethod = null;
|
||||
this.GPUDevice = null;
|
||||
this.userSpecifiedACacheDir = false;
|
||||
|
||||
Reference in New Issue
Block a user