mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-07 18:23:28 +00:00
build(config.yml): set num workers to 8
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user