From a30ade34b155b32ef6f0e55922170cf36802e29c Mon Sep 17 00:00:00 2001
From: Patrick Jentsch
Date: Thu, 28 Jan 2021 11:26:41 +0100
Subject: [PATCH] Reduce daemon sleep timer 10 -> 3
---
web/nopaque-daemon.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/nopaque-daemon.sh b/web/nopaque-daemon.sh
index bf2262dc..962d17ce 100755
--- a/web/nopaque-daemon.sh
+++ b/web/nopaque-daemon.sh
@@ -4,5 +4,5 @@
# periodically executed
while true; do
flask tasks
- sleep 10
+ sleep 3
done