We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d82080 + 5640b29 commit 7989d35Copy full SHA for 7989d35
bin/docker_start.sh
@@ -14,7 +14,7 @@ ${SCRIPTPATH}/wait_for_db.sh
14
15
uwsgi_port=${UWSGI_PORT:-8000}
16
uwsgi_processes=${UWSGI_PROCESSES:-4}
17
-uwsgi_threads=${UWSGI_THREADS:-1}
+uwsgi_threads=${UWSGI_THREADS:-8}
18
19
# Apply database migrations
20
>&2 echo "Apply database migrations"
0 commit comments