diff --git a/Procfile b/Procfile index 8c90253..5739a74 100644 --- a/Procfile +++ b/Procfile @@ -1 +1 @@ -web: uvicorn main:app \ No newline at end of file +web: gunicorn -w 4 -k uvicorn.workers.UvicornWorker main:app \ No newline at end of file