diff options
Diffstat (limited to 'config-user.default.php')
| -rw-r--r-- | config-user.default.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config-user.default.php b/config-user.default.php index 0b849d838..1e6cacb64 100644 --- a/config-user.default.php +++ b/config-user.default.php @@ -86,6 +86,8 @@ return array ( # Disabling favicons and using emojis instead of icons improves performance for users with many feeds 'show_favicons' => true, 'icons_as_emojis' => false, + # Hide the dropdown configuration menu and favicon in the aside list in case of many feeds, for UI performance + 'simplify_over_n_feeds' => 1000, 'topline_read' => true, 'topline_favorite' => true, |
