From 529f0aa70304347eb57cb03f087351d9414b53db Mon Sep 17 00:00:00 2001 From: John Livingston Date: Tue, 7 May 2024 11:22:58 +0200 Subject: [PATCH] Task lists WIP: * limit --- .../mod_pubsub_peertubelivechat/mod_pubsub_peertubelivechat.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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