Update SEMAPHORE_LIMIT default value in docker-compose.yml to 10 for improved concurrency management (#628)
This commit is contained in:
parent
97593550a9
commit
fc104cbe41
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ services:
|
|||
- OPENAI_API_KEY=${OPENAI_API_KEY}
|
||||
- MODEL_NAME=${MODEL_NAME}
|
||||
- PATH=/root/.local/bin:${PATH}
|
||||
- SEMAPHORE_LIMIT=${SEMAPHORE_LIMIT}
|
||||
- SEMAPHORE_LIMIT=${SEMAPHORE_LIMIT:-10}
|
||||
ports:
|
||||
- "8000:8000" # Expose the MCP server via HTTP for SSE transport
|
||||
command: ["uv", "run", "graphiti_mcp_server.py", "--transport", "sse"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue