Lower sleep time per cycle.

This commit is contained in:
onovy 2015-03-29 16:35:58 +02:00
parent b531479414
commit a1fb4bc7de
1 changed files with 1 additions and 1 deletions

View File

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