Merge branch 'main' of https://huggingface.co/spaces/Yakova/Rectifier
Browse files- App/celery_config.py +1 -1
- Remotion-app/remotion.config.js +1 -0
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 |
-
|
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);
|