Mbonea commited on
Commit
783264e
2 Parent(s): 0cf5523 59db009

Merge branch 'main' of https://huggingface.co/spaces/Yakova/Rectifier

Browse files
App/celery_config.py CHANGED
@@ -10,7 +10,7 @@ timezone = "Europe/Oslo"
10
  enable_utc = True
11
 
12
  broker_url = f"amqps://llmgzyix:[email protected]/llmgzyix"
13
- result_backend = f"db+postgresql+psycopg2://postgres:[email protected]:5432/postgres"
14
 
15
  # SSL/TLS and SNI configuration
16
  # broker_use_ssl = {
 
10
  enable_utc = True
11
 
12
  broker_url = f"amqps://llmgzyix:[email protected]/llmgzyix"
13
+
14
 
15
  # SSL/TLS and SNI configuration
16
  # broker_use_ssl = {
Remotion-app/remotion.config.js CHANGED
@@ -12,3 +12,4 @@ Config.overrideWebpackConfig((currentConfiguration) => {
12
  });
13
 
14
  Config.setVideoImageFormat('jpeg');
 
 
12
  });
13
 
14
  Config.setVideoImageFormat('jpeg');
15
+ Config.setConcurrency(15);