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
-1
View File
@@ -140,7 +140,6 @@ TURNSTILE_SECRET_KEY=$TURNSTILE_SECRET_KEY
API_KEY=$API_KEY
DOMAIN=$DOMAIN
SUBDOMAIN=$SUBDOMAIN
NUM_WORKERS=$NUM_WORKERS
OTEL_EXPORTER_OTLP_ENDPOINT=$OTEL_EXPORTER_OTLP_ENDPOINT
OTEL_AUTH_HEADER=$OTEL_AUTH_HEADER
EOL