FabioZumbi12 / Sponge-RankUpper

Plugin to promote players based on requeriments
GNU General Public License v3.0
5 stars 12 forks source link

Use scheduler for database saving #47

Closed Gershon123 closed 3 years ago

Gershon123 commented 3 years ago

The save operation was causing huge lagspikes, this PR is for moving into another thread because we don't need to block the game tick in order to save player's playtime.