BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
127 stars 53 forks source link

Reduce timeout for kicking players #275

Closed lionkor closed 4 months ago

lionkor commented 7 months ago

Right now, the timeout for players is 20 minutes. This is unreasonable, and was only done because mod download pauses pings. Instead, we should check that the client is synced, and only kick people who are synced after a lower limit. We can keep the higher limit for unsynced players, of course.