mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-21 00:21:49 +00:00
chore(proxy): drop a comment that restated the NUM_WORKERS assignment
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
8a645bcc00
commit
ed18edbbdd
1 changed files with 0 additions and 2 deletions
|
|
@ -1411,8 +1411,6 @@ def run_server(
|
|||
# DO NOT DELETE - enables global variables to work across files
|
||||
from litellm.proxy.proxy_server import app
|
||||
|
||||
# Write the resolved --num_workers back to its env var so worker processes can read
|
||||
# the fleet size at startup (the failed-login accounting warning keys off it)
|
||||
os.environ["NUM_WORKERS"] = str(num_workers)
|
||||
|
||||
# Auto-create PROMETHEUS_MULTIPROC_DIR for multi-worker setups
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue