diff options
author | mathieui <mathieui@mathieui.net> | 2012-12-15 22:57:57 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2012-12-15 22:57:57 +0100 |
commit | 08ca9bd5c59dd09368958724467c1dbabb0205df (patch) | |
tree | 4177506a1a9b2e4cea1c4358a35a6628d8951ee5 /data | |
parent | 91975fd261412398ce0cc73561577e96b7378bd2 (diff) | |
download | poezio-08ca9bd5c59dd09368958724467c1dbabb0205df.tar.gz poezio-08ca9bd5c59dd09368958724467c1dbabb0205df.tar.bz2 poezio-08ca9bd5c59dd09368958724467c1dbabb0205df.tar.xz poezio-08ca9bd5c59dd09368958724467c1dbabb0205df.zip |
Sort the configurations options by name in the documentation
(instead of chaos)
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 0bc4f41e..10d901e1 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -195,7 +195,7 @@ use_log = false # The number of lines to preload in a chat buffer when it opens # (the lines are preloaded from the log files) # 0 or a negative value disable that option -load_log = 200 +load_log = 10 # If log_dir is not set, logs will be saved in $XDG_DATA_HOME/poezio/logs, # i.e. in ~/.local/share/poezio/logs/. So, you should specify the directory |