Merge pull request #13 from onovy/lower_sleep

Lower sleep time per cycle.
This commit is contained in:
Orsiris de Jong 2015-03-30 17:55:00 +02:00
commit a7820c083e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ fi
if [ ! "$DEBUG" == "yes" ] if [ ! "$DEBUG" == "yes" ]
then then
DEBUG=no DEBUG=no
SLEEP_TIME=1 SLEEP_TIME=0.1
else else
SLEEP_TIME=3 SLEEP_TIME=3
fi fi