Rename setUsePriority to setPriority
This commit is contained in:
committed by
Sheepit Renderfarm
parent
aa1da4b744
commit
acc9f02f07
@@ -136,7 +136,7 @@ public class Worker {
|
||||
ComputeType compute_method = null;
|
||||
Configuration config = new Configuration(null, login, password);
|
||||
config.setPrintLog(print_log);
|
||||
config.setUsePriority(priority);
|
||||
config.setPriority(priority);
|
||||
config.setDetectGPUs(!no_gpu_detection);
|
||||
|
||||
if (sharedDownloadsDir != null) {
|
||||
|
||||
Reference in New Issue
Block a user