build(config.yml): set num workers to 8

This commit is contained in:
Krrish Dholakia 2024-01-10 19:24:21 +05:30
parent 21d951f279
commit 2a2856db3e

View file

@ -111,7 +111,8 @@ jobs:
-v $(pwd)/proxy_server_config.yaml:/app/config.yaml \
my-app:latest \
--config /app/config.yaml \
--port 4000
--port 4000 \
--num_workers 8
- run:
name: Install curl and dockerize
command: |