diff options
author | mathieui <mathieui@mathieui.net> | 2021-04-11 13:58:40 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2021-04-11 16:33:53 +0200 |
commit | 18b1d5ae72fdef99bf9bd102b45cd67e6865d6f5 (patch) | |
tree | 236095dd1f8ad39255253a07356859e264823783 /doc/source | |
parent | 4ae1b714c47440419c56f2fdce288bd6350348e2 (diff) | |
download | poezio-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 'doc/source')
-rw-r--r-- | doc/source/configuration.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/configuration.rst b/doc/source/configuration.rst index f8d04296..56f546d8 100644 --- a/doc/source/configuration.rst +++ b/doc/source/configuration.rst @@ -868,6 +868,14 @@ Options related to logging. If ``true``, will try to fill local logs with missing MAM history when opening a tab or joining a room. + mam_sync_limit + + **Default value:** ``2000`` + + Maximum number of messages to fetch on a MAM sync. Will affect + performance when joining rooms with a huge backlog for the first time + or after a long period. + Plugins ~~~~~~~ |