Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我了解消息的默认大小为 1MB。 有没有办法重新配置限制。
对此问题的任何帮助将不胜感激。 谢谢
您需要在 Openfire (in byte) 中设置“xmpp.parser.buffer.size”属性。默认值确实是 1MB。
(GIT代码):
private static final String MAX_PROPERTY_NAME = "xmpp.parser.buffer.size"; maxBufferSize = JiveGlobals.getIntProperty(MAX_PROPERTY_NAME, 1048576);