summaryrefslogtreecommitdiff
path: root/poezio/config.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-04-11 13:58:40 +0200
committermathieui <mathieui@mathieui.net>2021-04-11 16:33:53 +0200
commit18b1d5ae72fdef99bf9bd102b45cd67e6865d6f5 (patch)
tree236095dd1f8ad39255253a07356859e264823783 /poezio/config.py
parent4ae1b714c47440419c56f2fdce288bd6350348e2 (diff)
downloadpoezio-18b1d5ae72fdef99bf9bd102b45cd67e6865d6f5.tar.gz
poezio-18b1d5ae72fdef99bf9bd102b45cd67e6865d6f5.tar.bz2
poezio-18b1d5ae72fdef99bf9bd102b45cd67e6865d6f5.tar.xz
poezio-18b1d5ae72fdef99bf9bd102b45cd67e6865d6f5.zip
feature: add a mam_sync_limit tab option
Diffstat (limited to 'poezio/config.py')
-rw-r--r--poezio/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/config.py b/poezio/config.py
index e98a57c1..1eda2e86 100644
--- a/poezio/config.py
+++ b/poezio/config.py
@@ -93,6 +93,7 @@ DEFAULT_CONFIG: ConfigDict = {
'log_dir': '',
'log_errors': True,
'mam_sync': True,
+ 'mam_sync_limit': 2000,
'max_lines_in_memory': 2048,
'max_messages_in_memory': 2048,
'max_nick_length': 25,