Skip to content

This fixes a 9 years old bug which caused CPU spikes after 200 incoming messages.

Notifications You must be signed in to change notification settings

FlashHit/FixChatLag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

FixChatLag

The chat has a message queue size of 200 while you can only see the last 5 messages.
When this queue is full many people will get a CPU spike with every new incoming message.
This mod sets the queue to a solid size of 20 so the lag doesn't get caused. And the chat still can keep up with many new messages.

The performance graph shows the cpu response in yellow. You can see 3 spikes that all appeared when a message came in.

About

This fixes a 9 years old bug which caused CPU spikes after 200 incoming messages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages