]> granicus.if.org Git - ejabberd/commitdiff
Increase MAX_PAYLOAD_SIZE for PubSub items
authorHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 10 Dec 2018 21:54:18 +0000 (22:54 +0100)
committerHolger Weiss <holger@zedat.fu-berlin.de>
Mon, 10 Dec 2018 21:54:18 +0000 (22:54 +0100)
Some PubSub payloads (such as PEP avatars) can easily exceed the old
MAX_PAYLOAD_SIZE.  Use a higher limit, but stay below the default
max_stanza_size value.

include/pubsub.hrl

index 923f5f5a94403d9596c86e52e5be4d633e85622e..7a72c6955f56d117d17ec9a9a9fb995e6b8ac80e 100644 (file)
@@ -27,7 +27,7 @@
 
 %% this is currently a hard limit.
 %% Would be nice to have it configurable. 
--define(MAX_PAYLOAD_SIZE, 60000).
+-define(MAX_PAYLOAD_SIZE, 250000).
 
 %% -------------------------------
 %% Pubsub types