Mbonea commited on
Commit
6c31384
1 Parent(s): b2fa231

concurrency set to 2

Browse files
Files changed (1) hide show
  1. Remotion-app/remotion.config.js +1 -1
Remotion-app/remotion.config.js CHANGED
@@ -12,4 +12,4 @@ Config.overrideWebpackConfig((currentConfiguration) => {
12
 
13
  //Config.setBrowserExecutable("/usr/bin/chrome-headless-shell");
14
  Config.setVideoImageFormat('jpeg');
15
- Config.setConcurrency(1);
 
12
 
13
  //Config.setBrowserExecutable("/usr/bin/chrome-headless-shell");
14
  Config.setVideoImageFormat('jpeg');
15
+ Config.setConcurrency(2);