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