diff options
author | mathieui <mathieui@mathieui.net> | 2021-04-11 13:15:07 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-04-11 16:33:53 +0200 |
commit | 6f36d6b507044bdf8376ae1159ab0c86a3cd337a (patch) | |
tree | 0e27eb56d963dfa9ad45f142cd8847f3495601d5 /data | |
parent | 6d7921da55dd12dba63f6a4473893796ee61a2de (diff) | |
download | poezio-6f36d6b507044bdf8376ae1159ab0c86a3cd337a.tar.gz poezio-6f36d6b507044bdf8376ae1159ab0c86a3cd337a.tar.bz2 poezio-6f36d6b507044bdf8376ae1159ab0c86a3cd337a.tar.xz poezio-6f36d6b507044bdf8376ae1159ab0c86a3cd337a.zip |
feature: add a mam_sync option
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 4405164f..9f284f07 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -249,6 +249,9 @@ use_bookmarks_method = # in files. #use_log = true +# set to 'false' to not sync the local lgos with the MAM server history +#mam_sync = true + # 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 |