diff --git a/web/nopaque-daemon.sh b/web/nopaque-daemon.sh index 962d17ce..ea224d0c 100755 --- a/web/nopaque-daemon.sh +++ b/web/nopaque-daemon.sh @@ -4,5 +4,5 @@ # periodically executed while true; do flask tasks - sleep 3 + sleep 1 done