Skip to content
Snippets Groups Projects
Commit a30ade34 authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Reduce daemon sleep timer 10 -> 3

parent 9cff7d76
No related branches found
No related tags found
No related merge requests found
......@@ -4,5 +4,5 @@
# periodically executed
while true; do
flask tasks
sleep 10
sleep 3
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment