mirror of
https://github.com/ppy/osu
synced 2024-12-14 02:46:27 +00: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