diff --git a/rootfs/etc/services.d/mlathub/run b/rootfs/etc/services.d/mlathub/run index 871ff94..5c5a47b 100644 --- a/rootfs/etc/services.d/mlathub/run +++ b/rootfs/etc/services.d/mlathub/run @@ -97,7 +97,7 @@ if [[ -n "$READSB_NET_CONNECTOR_DELAY" ]]; then fi # Handle "--net-heartbeat=" -MLATHUB_CMD+=("--net-heartbeat=${READSB_NET_HEARTBEAT:-30}") +MLATHUB_CMD+=("--net-heartbeat=${READSB_NET_HEARTBEAT:-35}") if [[ ! -f /run/mlathub_up ]] then @@ -123,4 +123,4 @@ elif [[ "${LOGLEVEL,,}" == "none" ]]; then fi echo "[$(date "+%Y-%m-%d %H:%M:%S")][mlathub] The mlathub instance has exited. Restarting in 10 seconds." -sleep 10 \ No newline at end of file +sleep 10