We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918d600 commit af5fad2Copy full SHA for af5fad2
dockerfiles/entrypoints/proxito.sh
@@ -2,7 +2,7 @@
2
3
../../docker/common.sh
4
5
-CMD="gunicorn readthedocs.wsgi:application -w 3 -b 0.0.0.0:8000 --max-requests=10000"
+CMD="gunicorn readthedocs.wsgi:application -w 3 -b 0.0.0.0:8000 --max-requests=10000 --timeout=0"
6
7
if [ -n "${DOCKER_NO_RELOAD}" ]; then
8
echo "Running process with no reload"
dockerfiles/entrypoints/web.sh
@@ -13,7 +13,7 @@ then
13
python3 manage.py loaddata test_data
14
fi
15
16
17
18
19
0 commit comments