Merge branch 'master' into back-button-priority

This commit is contained in:
Dean Herbert
2019-07-28 12:50:18 +09:00
committed by GitHub
19 changed files with 229 additions and 91 deletions

View File

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