diff --git a/tools/django-command-line b/tools/django-command-line index 0af3d0dfec..8fe931b11c 100755 --- a/tools/django-command-line +++ b/tools/django-command-line @@ -1,2 +1,2 @@ #!/bin/sh -x -while true; do python /home/humbug/humbug-deployments/current/manage.py runfcgi socket=/home/humbug/humbug-deployments/current/fastcgi-socket outlog=/home/humbug/logs/app.out errlog=/humbug/humbug/logs/app.err daemonize=False; sleep 1; done +while true; do python /home/humbug/humbug-deployments/current/manage.py runfcgi socket=/home/humbug/humbug-deployments/current/fastcgi-socket outlog=/home/humbug/logs/app.out errlog=/humbug/humbug/logs/app.err daemonize=False; sleep 0.2; done diff --git a/tools/tornado-command-line b/tools/tornado-command-line index 225f8516c6..09973c5d7a 100755 --- a/tools/tornado-command-line +++ b/tools/tornado-command-line @@ -1,2 +1,2 @@ #!/bin/sh -x -while true; do python /home/humbug/humbug-deployments/current/manage.py runtornado localhost:9993; sleep 1; done +while true; do python /home/humbug/humbug-deployments/current/manage.py runtornado localhost:9993; sleep 0.1; done