fix Dockerfile too many workers

This commit is contained in:
Bobbie 2025-07-24 20:49:51 +05:30 committed by GitHub
parent 6a201da1b4
commit 4759b89871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ COPY . .
# Calculate optimal worker count based on 16 vCPUs
# Using (2*CPU)+1 formula for CPU-bound applications
ENV WORKERS=33
ENV WORKERS=7
ENV THREADS=2
ENV WORKER_CONNECTIONS=2000