comparison mod_mam/README.markdown @ 2463:e2d955f6167f

mod_mam/README: Fix typo
author Kim Alvefur <zash@zash.se>
date Wed, 25 Jan 2017 10:34:50 +0100
parents 632aa9f49aed
children b8805ab1d470
comparison
equal deleted inserted replaced
2462:81127dcdb326 2463:e2d955f6167f
67 max_archive_query_results = 20; 67 max_archive_query_results = 20;
68 68
69 This is the largest number of messages that are allowed to be retrieved 69 This is the largest number of messages that are allowed to be retrieved
70 in one request *page*. A query that does not fit in one page will 70 in one request *page*. A query that does not fit in one page will
71 include a reference to the next page, letting clients page through the 71 include a reference to the next page, letting clients page through the
72 result set. Setting large number is not recomended, as Prosody will be 72 result set. Setting large number is not recommended, as Prosody will be
73 blocked while processing the request and will not be able to do anything 73 blocked while processing the request and will not be able to do anything
74 else. 74 else.
75 75
76 Archive expiry 76 Archive expiry
77 -------------- 77 --------------