```
diff origin/production/storage1.internal.staging.swh.network current/storage1.internal.staging.swh.network
*******************************************
File[/etc/gunicorn/instances/swh-indexer-storage.cfg] =>
parameters =>
content =>
@@ -41,5 +41,5 @@
# custom settings
bind = "unix:/run/gunicorn/swh-indexer-storage/gunicorn.sock"
-workers = 4
+workers = 24
worker_class = "sync"
timeout = 3600
*******************************************
File[/etc/gunicorn/instances/swh-storage.cfg] =>
parameters =>
content =>
@@ -41,5 +41,5 @@
# custom settings
bind = "unix:/run/gunicorn/swh-storage/gunicorn.sock"
-workers = 4
+workers = 40
worker_class = "sync"
timeout = 3600
*******************************************
Gunicorn::Instance[swh-indexer-storage] =>
parameters =>
settings =>
workers =>
- 4
+ 24
*******************************************
Gunicorn::Instance[swh-storage] =>
parameters =>
settings =>
workers =>
- 4
+ 40
*******************************************
*** End octocatalog-diff on storage1.internal.staging.swh.network
```