mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Reduce notification span during beatmap imports
This commit is contained in:
@ -589,7 +589,7 @@ namespace osu.Game
|
||||
{
|
||||
int recentLogCount = 0;
|
||||
|
||||
const double debounce = 5000;
|
||||
const double debounce = 60000;
|
||||
|
||||
Logger.NewEntry += entry =>
|
||||
{
|
||||
|
Reference in New Issue
Block a user