tinyirc: Limit the maximum number of messages stored for each UI tab

This commit is contained in:
Sanchayan Maity 2020-12-11 13:17:18 +05:30
parent 2e6e01eb2a
commit 7b3d4645c7
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ defaults:
log_dir: '/tmp/'
# (Optional) Limits the maximum number of messages stored for each UI tab. Defaults to unlimited.
# scrollback: 512
scrollback: 1024
# Color theme based on 256 colors. Colors can be defined as color indices
# (0-255) or with their names.