Project

General

Profile

Bug #79

websocket buffer limit

Added by Josip Almasi over 3 years ago. Updated 4 days ago.

Status:
Closed
Priority:
Normal
Assignee:
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

#1

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.

#2

Updated by Josip Almasi 4 days ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF