Skip to content

Commit 7989d35

Browse files
authored
Merge pull request #1509 from maykinmedia/issue/2917-increase-uwsgi-threads
[#2917] Increase number of simultaneous threads per worker
2 parents 0d82080 + 5640b29 commit 7989d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/docker_start.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ${SCRIPTPATH}/wait_for_db.sh
1414

1515
uwsgi_port=${UWSGI_PORT:-8000}
1616
uwsgi_processes=${UWSGI_PROCESSES:-4}
17-
uwsgi_threads=${UWSGI_THREADS:-1}
17+
uwsgi_threads=${UWSGI_THREADS:-8}
1818

1919
# Apply database migrations
2020
>&2 echo "Apply database migrations"

0 commit comments

Comments
 (0)