Reduce notification span during beatmap imports

This commit is contained in:
Dean Herbert
2019-07-26 13:48:29 +09:00
parent 5f0d633b34
commit 53ecb2ae82
2 changed files with 2 additions and 2 deletions

View File

@ -589,7 +589,7 @@ namespace osu.Game
{
int recentLogCount = 0;
const double debounce = 5000;
const double debounce = 60000;
Logger.NewEntry += entry =>
{