1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Disable the activity panel that hangs some browsers

This commit is contained in:
selfhoster1312 2023-01-17 09:53:11 +01:00
parent 8038e397b2
commit d9f6bf5393

View file

@ -96,3 +96,7 @@ EnableExternalServices = "true"
# Set the language by default # Set the language by default
DefaultLanguage="__LANGUAGE__" 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