Revert "Allow NUM_WORKERS override (#2776)"

This reverts commit 3cd22745f7.

num_workers was not passed to the client
This commit is contained in:
evanpelle
2026-01-07 16:16:58 -08:00
parent 3cd22745f7
commit 81ae714533
10 changed files with 8 additions and 29 deletions
-3
View File
@@ -14,9 +14,6 @@ DOMAIN=your-domain.com
# API Key
API_KEY=your_api_key_here
# Required for non-dev: server worker process count (defaults to 2 in dev)
NUM_WORKERS=number_of_workers
# Server Hosts
SERVER_HOST_STAGING=123.456.78.90
SERVER_HOST_FALK1=123.456.78.91