diff --git a/prosody-modules/mod_pubsub_peertubelivechat/mod_pubsub_peertubelivechat.lua b/prosody-modules/mod_pubsub_peertubelivechat/mod_pubsub_peertubelivechat.lua index e3a7c02a..470bef31 100644 --- a/prosody-modules/mod_pubsub_peertubelivechat/mod_pubsub_peertubelivechat.lua +++ b/prosody-modules/mod_pubsub_peertubelivechat/mod_pubsub_peertubelivechat.lua @@ -71,7 +71,7 @@ local node_config = module:open_store("livechat-mep", "map"); local known_nodes = module:open_store("livechat-mep"); -- maximum number of items in a node: -local max_max_items = module:get_option_number("livechat_mep_max_items", 256); +local max_max_items = module:get_option_number("livechat_mep_max_items", 5000); local function tonumber_max_items(n) if n == "max" then