From bd1d26a479797b7be0b07ff2c0842d571d68dc04 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Jun 2024 07:14:59 +0200 Subject: [PATCH] Disable by default livrestream on boot : reduce idle cpu by half --- birdnet-pi/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/config.json b/birdnet-pi/config.json index 8ae9effb7..fc17a0051 100644 --- a/birdnet-pi/config.json +++ b/birdnet-pi/config.json @@ -72,7 +72,7 @@ "name": "BirdNET-pi", "options": { "BIRDSONGS_FOLDER": "/config/BirdSongs", - "LIVESTREAM_BOOT_ENABLED": true, + "LIVESTREAM_BOOT_ENABLED": false, "TZ": "Europe/Paris", "certfile": "fullchain.pem", "keyfile": "privkey.pem",