kennethrisa / discord-rustserverstatus

Updates activity status on discord bot and displays how many players are connect to your rust server from rest api
MIT License
22 stars 15 forks source link

Wrong population number #20

Closed ahmadalhamid closed 5 years ago

ahmadalhamid commented 5 years ago

This is what the bot shows 2 and this is the real number 3

it is also not the same, comparing it with rust server list and other sites.

kennethrisa commented 5 years ago

This is not an issue with bot. It gets playercount from rest api on following sites and updates it every 3 min. If they are caching or the bot gets a timeout request, it will not update, and it can be up to 6 min old status. those sites dont ping your server every min, usually every 5 min, so data is not realtime at all. image

ahmadalhamid commented 5 years ago

Okay, i just figured it out. Thank you for the fast reply