Skip to content

Commit

Permalink
Merge pull request #171 from italia/number-of-cores
Browse files Browse the repository at this point in the history
chore: spawn processes based on number of cores
  • Loading branch information
peppelinux authored Dec 20, 2024
2 parents 9071a73 + 263e802 commit 09857b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/uwsgi_setup/uwsgi/uwsgi.ini.docker
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gid = satosa

socket = 0.0.0.0:10000
master = true
processes = 8
processes = %k

# sets max connections to
listen = 2048
Expand Down

0 comments on commit 09857b4

Please sign in to comment.