ScreepsMods / screepsmod-tickrate

Allows a server admin to set tick rate via CLI
MIT License
9 stars 3 forks source link

Consider updating the polling also #3

Closed KarateSnoopy closed 6 years ago

KarateSnoopy commented 7 years ago

http://support.screeps.com/hc/en-us/community/posts/115000521669-Is-there-a-way-to-increase-the-polling-speed-of-the-Steam-app-

For example, you can set it to:

module.exports = function(config) { if(config.backend) { config.backend.socketUpdateThrottle = 250; } };

and the client UI will update every 250ms

AlinaNova21 commented 7 years ago

While it is doable, the biggest problem is the steam client does not handle it well, too fast of updates and the client bogs down, starts eating memory, and eventually freezes/crashes