Mercurial > prosody-modules
diff mod_mam_muc/README.markdown @ 2718:02d688ba7739
mod_mam_muc: Make calculation of max history length more like in mod_muc
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 23 Jun 2017 13:51:23 +0200 |
parents | b3fbf9050526 |
children | 902ecd6400bd |
line wrap: on
line diff
--- a/mod_mam_muc/README.markdown Thu May 25 16:47:29 2017 +0200 +++ b/mod_mam_muc/README.markdown Fri Jun 23 13:51:23 2017 +0200 @@ -41,11 +41,8 @@ muc_log_all_rooms = false; -- set to true to force logging of all rooms --- This is the largest number of messages that are allowed to be retrieved in one MAM request. -max_archive_query_results = 20; - -- This is the largest number of messages that are allowed to be retrieved when joining a room. -max_history_messages = 1000; +max_history_messages = 20; ``` Compatibility