forked from phoenix/litellm-mirror
build(config.yml): set num workers to 8
This commit is contained in:
parent
21d951f279
commit
2a2856db3e
1 changed files with 2 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue