DennisvHest / MapMaven

Map Maven is an application for managing Beat Saber playlists, discovering new maps to play and to improve your Beat Saber skills.
GNU General Public License v3.0
11 stars 0 forks source link

Reduce update check interval #10

Closed DennisvHest closed 1 year ago

DennisvHest commented 1 year ago

Right now, the application checks every 5 minutes for an update. This is really not nescessary. The update check should be seperated into it's own background service with its own timer instead of sitting alongside the dynamic playlist update.