Bug #79
websocket buffer limit
Start date:
06/23/2021
Due date:
% Done:
0%
Estimated time:
Description
8193 characters max length
tomcat buffer size
https://stackoverflow.com/questions/49989369/how-do-i-override-the-websocket-textbuffersize-property-of-an-embedded-tomcat-wi
Also make configurable SessionManager:
public static final int BUFFER_SIZE = 64 * 1024;
History
Updated by Josip Almasi 8 days ago
- Assignee set to Josip Almasi
- Status changed from New to Resolved
Measured in stress testing, set to 256KB, enough for 1000 users in a world.