Skip to content

Commit

Permalink
ci: use 4 uwsgi workers by default
Browse files Browse the repository at this point in the history
  • Loading branch information
farioas committed Dec 15, 2022
1 parent b64ed49 commit 421f7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if-env = UWSGI_PROCESSES
processes = $(UWSGI_PROCESSES)
endif =
if-not-env = UWSGI_PROCESSES
processes = %(%k * 2)
processes = 4
endif =

vacuum = true
Expand Down

0 comments on commit 421f7a0

Please sign in to comment.