fix sse processVideo default
This commit is contained in:
parent
e98307679b
commit
06efb67198
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class ProgressManager {
|
||||||
private constructor() {
|
private constructor() {
|
||||||
this.emitter = new EventEmitter();
|
this.emitter = new EventEmitter();
|
||||||
this.activeJobs = new Map();
|
this.activeJobs = new Map();
|
||||||
this.processVideo = process.env["EB_PROCESS_VIDEO"] === "true";
|
this.processVideo = process.env["EB_PROCESS_VIDEO"] !== "false";
|
||||||
}
|
}
|
||||||
|
|
||||||
static getInstance(): ProgressManager {
|
static getInstance(): ProgressManager {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue