Add ui for process priority

This commit is contained in:
Rolf Aretz Lap
2017-03-19 17:38:22 +01:00
committed by Laurent Clouet
parent e7354499ad
commit d4db1670a1
3 changed files with 41 additions and 4 deletions

View File

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