Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/processone/ejabberd.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbadlop <badlop@process-one.net>2021-12-03 18:11:18 +0300
committerGitHub <noreply@github.com>2021-12-03 18:11:18 +0300
commitb173ec0a780b1cd6d8da1f25f58c1880fbae293a (patch)
treeaef7586d90db68d0637e39f20bfa52658b03345d /include
parent7fd0eefa3091e531639b9f13b853ce728e0f40a1 (diff)
parentfce7fe8558b36478381f3c95a7cae16ce6dd4be9 (diff)
Merge pull request #3652 from weiss/bump-max-items
PubSub: Bump default value for 'max_items' limit
Diffstat (limited to 'include')
-rw-r--r--include/pubsub.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pubsub.hrl b/include/pubsub.hrl
index 8496b95ac..da919e9e2 100644
--- a/include/pubsub.hrl
+++ b/include/pubsub.hrl
@@ -23,7 +23,7 @@
-define(ERR_EXTENDED(E, C), mod_pubsub:extended_error(E, C)).
%% The actual limit can be configured with mod_pubsub's option max_items_node
--define(MAXITEMS, 10).
+-define(MAXITEMS, 1000).
%% this is currently a hard limit.
%% Would be nice to have it configurable.