Disable by default livrestream on boot : reduce idle cpu by half

This commit is contained in:
Alexandre
2024-06-16 07:14:59 +02:00
committed by GitHub
parent 16fe31636e
commit bd1d26a479

View File

@@ -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",