Update Remotion-app/remotion.config.js
Browse files
Remotion-app/remotion.config.js
CHANGED
@@ -11,4 +11,4 @@ Config.overrideWebpackConfig((currentConfiguration) => {
|
|
11 |
});
|
12 |
|
13 |
Config.setVideoImageFormat('jpeg');
|
14 |
-
|
|
|
11 |
});
|
12 |
|
13 |
Config.setVideoImageFormat('jpeg');
|
14 |
+
Config.setConcurrency(1);
|