init commit
This commit is contained in:
12
remotion/node_modules/@remotion/cli/dist/config/concurrency.js
generated
vendored
Normal file
12
remotion/node_modules/@remotion/cli/dist/config/concurrency.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.getConcurrency = exports.setConcurrency = void 0;
|
||||
let currentConcurrency = null;
|
||||
const setConcurrency = (newConcurrency) => {
|
||||
currentConcurrency = newConcurrency;
|
||||
};
|
||||
exports.setConcurrency = setConcurrency;
|
||||
const getConcurrency = () => {
|
||||
return currentConcurrency;
|
||||
};
|
||||
exports.getConcurrency = getConcurrency;
|
||||
Reference in New Issue
Block a user