Skip to content

Commit

Permalink
increase number of threads
Browse files Browse the repository at this point in the history
  • Loading branch information
d2avids committed Aug 27, 2024
1 parent 0dfc8ca commit 26ec186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ RUN pip install -r requirements.txt --no-cache-dir

COPY . .

CMD ["sh", "-c", "gunicorn --bind 0.0.0.0:8080 --workers ${GUNICORN_WORKERS} --threads 2 --timeout ${GUNICORN_TIMEOUT} rso_backend.wsgi"]
CMD ["sh", "-c", "gunicorn --bind 0.0.0.0:8080 --workers ${GUNICORN_WORKERS} --threads 2 --timeout ${GUNICORN_TIMEOUT} backend.wsgi"]

0 comments on commit 26ec186

Please sign in to comment.