aboutsummaryrefslogtreecommitdiff
path: root/include/pubsub.hrl
diff options
context:
space:
mode:
Diffstat (limited to 'include/pubsub.hrl')
-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.