Add headless toggle, useful for multi gpu on the same machine
This commit is contained in:
committed by
Sheepit Renderfarm
parent
6ca2067cbe
commit
f94bba6e4c
@@ -69,6 +69,7 @@ import lombok.Data;
|
||||
private BlockingQueue<QueuedJob> jobsToValidate;
|
||||
private boolean isValidatingJob;
|
||||
private long startTime;
|
||||
private boolean sessionStarted;
|
||||
|
||||
private boolean disableErrorSending;
|
||||
private boolean running;
|
||||
@@ -99,6 +100,8 @@ import lombok.Data;
|
||||
this.uploadQueueSize = 0;
|
||||
this.uploadQueueVolume = 0;
|
||||
this.noJobRetryIter = 0;
|
||||
|
||||
this.sessionStarted = false;
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
|
||||
Reference in New Issue
Block a user