NEWSBEUTER: reduce max-items to 500
This commit is contained in:
parent
2e3c5df4d7
commit
6ef6b495e2
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ auto-reload yes
|
||||||
browser "$BROWSER"
|
browser "$BROWSER"
|
||||||
confirm-exit yes
|
confirm-exit yes
|
||||||
feedlist-format "%-35t %?d?- %-35d&? %> %u"
|
feedlist-format "%-35t %?d?- %-35d&? %> %u"
|
||||||
max-items 1000
|
max-items 500
|
||||||
notify-program notify-send
|
notify-program notify-send
|
||||||
notify-beep yes
|
notify-beep yes
|
||||||
reload-threads 3
|
reload-threads 3
|
||||||
|
|
Loading…
Reference in a new issue