Commit b9ec4dbe authored by Grégory Wisniewski's avatar Grégory Wisniewski

Increase the maximum packet size to 64MB because the previous limit was easily

reached during import of existing data.


git-svn-id: https://svn.erp5.org/repos/neo/branches/prototype3@1270 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 1f434eaf
......@@ -84,7 +84,7 @@ PROTOCOL_VERSION = (4, 0)
# Size restrictions.
MIN_PACKET_SIZE = 10
MAX_PACKET_SIZE = 0x100000
MAX_PACKET_SIZE = 0x4000000
PACKET_HEADER_SIZE = 10
# Message types.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment