From 18b1d5ae72fdef99bf9bd102b45cd67e6865d6f5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 11 Apr 2021 13:58:40 +0200 Subject: feature: add a mam_sync_limit tab option --- poezio/config.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/config.py') 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, -- cgit v1.2.3