From ec5309a212e1cbbd5fcab7aeebca17bc2fee96c7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 10 Dec 2023 09:46:10 +0100 Subject: [PATCH] Update config.json --- qbittorrent/config.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/qbittorrent/config.json b/qbittorrent/config.json index 708dbf37b..aaf309e6a 100644 --- a/qbittorrent/config.json +++ b/qbittorrent/config.json @@ -66,7 +66,9 @@ "PUID": "0", "QBITTORRENTLOGPATH": "/config/qBittorrent/data/logs", "SET_FWMARK": "true", - "WEBUI_PORT": "8080" + "WEBUI_PORT": "8080", + "HEALTH_CHECK_INTERVAL": "15", + "HEALTH_CHECK_TIMEOUT": "30" }, "homeassistant": "2023.12.0", "image": "ghcr.io/alexbelgium/qbittorrent-{arch}", @@ -151,5 +153,5 @@ "slug": "qbittorrent", "udev": true, "url": "https://github.com/alexbelgium/hassio-addons", - "version": "4.6.2-8wireguard_openvpn" + "version": "4.6.2-9wireguard_openvpn" }