From 8b742bba91989562dd7eba5f3451e81553b2ed8d Mon Sep 17 00:00:00 2001 From: Arisotura Date: Wed, 5 Apr 2023 23:45:05 +0200 Subject: [PATCH] welp --- src/frontend/qt_sdl/Netplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/qt_sdl/Netplay.cpp b/src/frontend/qt_sdl/Netplay.cpp index 856f51de..e9da64fe 100644 --- a/src/frontend/qt_sdl/Netplay.cpp +++ b/src/frontend/qt_sdl/Netplay.cpp @@ -687,7 +687,7 @@ void SyncMirrorClients() // wait for all clients to have caught up int ngood = 0; ENetEvent evt; - while (enet_host_service(MirrorHost, &evt, 60000) > 0) + while (enet_host_service(MirrorHost, &evt, 120000) > 0) {printf("EVENT %d CH %d\n", evt.type, evt.channelID); if (evt.type == ENET_EVENT_TYPE_RECEIVE && evt.channelID == 1) {