Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit f2675c49 authored by Nivesh Krishna's avatar Nivesh Krishna
Browse files

update config of gunicorn

parent 21ed9712
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,4 +16,4 @@ COPY --from=builder /install/ /usr/local/
EXPOSE 80
EXPOSE 80
STOPSIGNAL SIGINT
STOPSIGNAL SIGINT


CMD ["gunicorn", "-w", "1", "-b", "0.0.0.0:80", "--pythonpath", "/usr/local/lib/python3.9/site-packages", "searx.webapp:app"]
CMD ["gunicorn", "-w", "4", "--threads", "4", "-b", "0.0.0.0:80", "--pythonpath", "/usr/local/lib/python3.9/site-packages", "searx.webapp:app"]