Rename setUsePriority to setPriority

This commit is contained in:
DaCool
2023-10-19 11:09:08 +00:00
committed by Sheepit Renderfarm
parent aa1da4b744
commit acc9f02f07
5 changed files with 7 additions and 10 deletions

View File

@@ -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) {