diff options
author | zsloan | 2020-05-13 14:05:32 -0500 |
---|---|---|
committer | zsloan | 2020-05-13 14:05:32 -0500 |
commit | ab1f3c850ece1ecad7b6f350cae83115cbb43bf2 (patch) | |
tree | 0b09c7bcdabc8b682a4ee8c81d05de5d4228d7b9 | |
parent | 79e95ef6a1d8fca8fb505ff09f1a85e2c2fd3afc (diff) | |
parent | 62d284be2576a40af44554f69290a78112815752 (diff) | |
download | genenetwork2-ab1f3c850ece1ecad7b6f350cae83115cbb43bf2.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
-rwxr-xr-x | bin/genenetwork2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index 759c71dc..3ae08e0a 100755 --- a/bin/genenetwork2 +++ b/bin/genenetwork2 @@ -209,7 +209,7 @@ if [ "$1" = '-gunicorn-prod' ] ; then echo PYTHONPATH=$PYTHONPATH if [ -z $SERVER_PORT ]; then echo "ERROR: Provide a SERVER_PORT" ; exit 1 ; fi PID=$TMPDIR/gunicorn.$USER.pid - cmd="--bind 0.0.0.0:$SERVER_PORT --pid $PID -k eventlet --workers 20 --keep-alive 6000 --max-requests 1000 --timeout 1200 wsgi" + cmd="--bind 0.0.0.0:$SERVER_PORT --pid $PID --workers 20 --keep-alive 6000 --max-requests 1000 --timeout 1200 wsgi" echo RUNNING gunicorn $cmd gunicorn $cmd exit $? |