diff options
author | Pjotr Prins | 2020-04-26 13:20:13 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-04-26 13:20:13 -0500 |
commit | c0909b461effecb8051020a4f186a40b8867b574 (patch) | |
tree | 8a910a67072299a48d70ff40e304641f4c1953b4 /bin | |
parent | cdcfb086de9277a1c1b2d8de57ceb78ae8683f53 (diff) | |
parent | 14d49450c47e8ef3b34bca9e759acd371319a854 (diff) | |
download | genenetwork2-c0909b461effecb8051020a4f186a40b8867b574.tar.gz |
Merge branch 'testing' of github.com:genenetwork/genenetwork2 into testing
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/genenetwork2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/genenetwork2 b/bin/genenetwork2 index 1c538e86..759c71dc 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 1200 --max-requests 1000 --timeout 1200 wsgi" + cmd="--bind 0.0.0.0:$SERVER_PORT --pid $PID -k eventlet --workers 20 --keep-alive 6000 --max-requests 1000 --timeout 1200 wsgi" echo RUNNING gunicorn $cmd gunicorn $cmd exit $? |