pdinklag / MinecraftStats

A Minecraft player statistics browser for the web - supports 1.13 and later!
https://discord.gg/brH5PGG8By
Other
228 stars 53 forks source link

Skip players whose stats did not change since last update #208

Closed pdinklag closed 1 year ago

pdinklag commented 2 years ago

For large servers with many players, updates may be sped up somewhat by skipping players whose stat file has not changed since the last update. However, data has to be written for every player, so unless the disk is really slow, the speedup may be underwhelming. This shall not have priority unless anybody reports problems.

pdinklag commented 1 year ago

This may also create serious issues regarding filters (e.g., inactive time), which would probably cancel out any potential benefit.