diff options
author | Adam M. Stück <adam@adast.xyz> | 2022-12-05 09:03:27 +0100 |
---|---|---|
committer | Adam M. Stück <adam@adast.xyz> | 2022-12-05 09:03:27 +0100 |
commit | a29ece478ea8d79b4e246029e93ce4a8138ef456 (patch) | |
tree | c65e9a523da4e617688dd8e539766d27dccb4cdd /.config/newsboat | |
parent | 4ff043953c8f44c41937500571c851c70207c0c9 (diff) |
newsboat: only keep 10 items per feed
Diffstat (limited to '.config/newsboat')
-rw-r--r-- | .config/newsboat/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/newsboat/config b/.config/newsboat/config index b51f9f3..09677e8 100644 --- a/.config/newsboat/config +++ b/.config/newsboat/config @@ -1,7 +1,7 @@ #show-read-feeds no auto-reload yes reload-threads 20 -max-items 50 +max-items 10 text-width 74 prepopulate-query-feeds yes |