Skip to content

Commit

Permalink
⚡ [Performances] fix default count of workers (fix GeotrekCE#4359)
Browse files Browse the repository at this point in the history
  • Loading branch information
lpofredc committed Nov 13, 2024
1 parent a958a25 commit b2e13fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ RUN apt-get update -qq && apt-get -yqq full-upgrade && \

USER geotrek

CMD ["sh", "-c", "gunicorn geotrek.asgi:application --bind=0.0.0.0:8000 -k uvicorn.workers.UvicornWorker --workers ${GUNICORN_WORKERS:-1}"]
CMD ["sh", "-c", "gunicorn geotrek.asgi:application --bind=0.0.0.0:8000 -k uvicorn.workers.UvicornWorker --workers ${GUNICORN_WORKERS:-5}"]

0 comments on commit b2e13fb

Please sign in to comment.