mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00:00
Reduce refresh interval slightly
This commit is contained in:
parent
0ea62d0c5d
commit
6684987289
@ -103,7 +103,7 @@ namespace osu.Game.Screens.Menu
|
||||
if (r.IsFaulted)
|
||||
_ = r.Exception;
|
||||
|
||||
Scheduler.AddDelayed(checkForUpdates, TimeSpan.FromMinutes(15).TotalMilliseconds);
|
||||
Scheduler.AddDelayed(checkForUpdates, TimeSpan.FromMinutes(5).TotalMilliseconds);
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user