mirror of
https://github.com/ppy/osu.git
synced 2025-01-06 21:12:55 +08:00
Increase time between polls
This commit is contained in:
parent
fe10a64137
commit
22862256c1
@ -180,7 +180,7 @@ namespace osu.Game.Screens.Multi
|
||||
{
|
||||
case LoungeSubScreen _:
|
||||
roomManager.TimeBetweenListingPolls = idle ? 120000 : 15000;
|
||||
roomManager.TimeBetweenSelectionPolls = idle ? 30000 : 5000;
|
||||
roomManager.TimeBetweenSelectionPolls = idle ? 120000 : 15000;
|
||||
break;
|
||||
|
||||
case MatchSubScreen _:
|
||||
|
Loading…
Reference in New Issue
Block a user