JAVA PARAMS BUFFERSIZE

Format: [int]
Default: (0)

If set to anything greater than 0, all rooms will only buffer the specified number of lines. For example, with buffersize=100, the rooms will show only the last 100 lines of chat.

Examples:
In a web page:
<param name="buffersize" value="100">

In a param file:
buffersize=100