From 7c2cf8408575f86aa92ce8a91ff854f40741d2b1 Mon Sep 17 00:00:00 2001 From: selfhoster1312 <121760708+selfhoster1312@users.noreply.github.com> Date: Tue, 17 Jan 2023 17:00:57 +0100 Subject: [PATCH] Disable the activity panel that hangs some browsers (#86) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Testing (#84) * preserve config file * [autopatch] Add Common Platform Enumeration id to `manifest.json` (#80) Co-authored-by: Yunohost-Bot <> * Auto-update README * Update manifest.json * Update upgrade * Update upgrade * 0.48.0 (#82) * 0.48.0 * Auto-update README * Update manifest.json * Auto-update README * Update ss-desktop-player.png * Update systemd.service * Update install * Update upgrade * Update change_url Co-authored-by: yunohost-bot Co-authored-by: YunoHost Bot Co-authored-by: yunohost-bot * Disable the activity panel that hangs some browsers Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: YunoHost Bot Co-authored-by: yunohost-bot --- conf/navidrome.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conf/navidrome.toml b/conf/navidrome.toml index cf87b68..4aa170f 100644 --- a/conf/navidrome.toml +++ b/conf/navidrome.toml @@ -96,3 +96,7 @@ EnableExternalServices = "true" # Set the language by default DefaultLanguage="__LANGUAGE__" + +# Disable the activity panel that can hang some browsers with >100% CPU usage +# See https://github.com/navidrome/navidrome/issues/1511 +DevActivityPanel=false