mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Reduce daemon sleep timer even more 3 -> 1
This commit is contained in:
parent
a76c8f1d29
commit
54be3b4a79
@ -4,5 +4,5 @@
|
|||||||
# periodically executed
|
# periodically executed
|
||||||
while true; do
|
while true; do
|
||||||
flask tasks
|
flask tasks
|
||||||
sleep 3
|
sleep 1
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user