change default discovery interval

This commit is contained in:
Tim Vahlbrock
2026-05-10 12:58:00 +02:00
committed by Tobias Gesellchen
parent 9ca5b88025
commit bc8213f0a1
+1 -1
View File
@@ -48,7 +48,7 @@ case "$1" in
--make-pidfile \
--chuid "$USER" \
--startas "/bin/sh" \
-- -c "\"$DAEMON\" --data-dir '$DATADIR' --record-interactions=false"
-- -c "\"$DAEMON\" --data-dir '$DATADIR' --record-interactions=false --discovery-interval=60m"
tries=0
max_tries=60