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 (#86)
* 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 <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Disable the activity panel that hangs some browsers Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com> Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
08d452529e
commit
7c2cf84085
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue