From bc8213f0a1f7a01db0f44f8e812a1974acbcbf58 Mon Sep 17 00:00:00 2001 From: Tim Vahlbrock Date: Sun, 10 May 2026 12:44:33 +0200 Subject: [PATCH] change default discovery interval --- scripts/on-device-install/aftertouch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/on-device-install/aftertouch b/scripts/on-device-install/aftertouch index fe8cd89..fced2f3 100644 --- a/scripts/on-device-install/aftertouch +++ b/scripts/on-device-install/aftertouch @@ -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