PuzzleTechHub / myus

A public hassle free puzzlehunt hosting tool
https://www.puzzlehuntmy.us/
MIT License
1 stars 9 forks source link

Adjust gunicorn settings for multiprocessor etc? #10

Open TheOriginalSoni opened 4 months ago

TheOriginalSoni commented 4 months ago

There are gunicorn settings for load etc we are currently not using. Is timeout/multiprocessors needed?

For example web: gunicorn gph.asgi:application -k uvicorn.workers.UvicornWorker --timeout 600