From 01f3d6cbcdff6765f152168427f323f32beb14ae Mon Sep 17 00:00:00 2001 From: apYdr6uxv Date: Sun, 30 Aug 2026 11:12:04 +0000 Subject: [PATCH] Apply changes from https://github.com/PathOfBuildingCommunity/PathOfBuilding/pull/9960 --- src/LaunchServer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaunchServer.lua b/src/LaunchServer.lua index f5125d5855..cc658138a6 100644 --- a/src/LaunchServer.lua +++ b/src/LaunchServer.lua @@ -196,7 +196,7 @@ end -- attempt to establish a connection at the same time. In the future, this could be refactored to perform non-blocking -- IO, so that it can operate concurrently, but hopefully that isn't necessary. local attempt = 1 -local stopAt = os.time() + 30 +local stopAt = os.time() + 60 local errMsg local shouldRetry, code, state = true, nil, nil while (os.time() < stopAt) and shouldRetry do