Skip to content

Commit

Permalink
Merge pull request #448 from maykinmedia/issues/increase-uwsgi-concur…
Browse files Browse the repository at this point in the history
…rency

Increase uwsgi concurrency
  • Loading branch information
annashamray authored Sep 18, 2024
2 parents 9b7f37e + 04077b2 commit 068c605
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/docker_start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export PGPORT=${DB_PORT:-5432}
fixtures_dir=${FIXTURES_DIR:-/app/fixtures}

uwsgi_port=${UWSGI_PORT:-8000}
uwsgi_processes=${UWSGI_PROCESSES:-2}
uwsgi_threads=${UWSGI_THREADS:-2}
uwsgi_processes=${UWSGI_PROCESSES:-8}
uwsgi_threads=${UWSGI_THREADS:-4}

mountpoint=${SUBPATH:-/}

Expand Down

0 comments on commit 068c605

Please sign in to comment.