From a1fb4bc7deb672b84573544e7e152fdff68eeca3 Mon Sep 17 00:00:00 2001 From: onovy Date: Sun, 29 Mar 2015 16:35:58 +0200 Subject: [PATCH] Lower sleep time per cycle. --- osync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osync.sh b/osync.sh index 6ba5cf0..b149f84 100755 --- a/osync.sh +++ b/osync.sh @@ -17,7 +17,7 @@ fi if [ ! "$DEBUG" == "yes" ] then DEBUG=no - SLEEP_TIME=1 + SLEEP_TIME=0.1 else SLEEP_TIME=3 fi