peteralto
Member
- Joined
- Nov 1, 2020
- Messages
- 116
- Solutions
- 1
- Reaction score
- 22
I'm using a game_store module in OTCv8, however, when creating a category with more than 230 products it apparently exceeds some packet limit (32KB).
Is there any way to increase the size of this packet?
Code:
ERROR: ProtocolGame parse message exception (51630 bytes, 9304 unread, last opcode is 0x32 (50), prev opcode is 0x32 (50)): InputMessage eof reached
Packet has been saved to packet.log, you can use it to find what was wrong. (Protocol: 1100)
Is there any way to increase the size of this packet?