From 61c1cce814f880191209c7d3f33c67748e4f846f Mon Sep 17 00:00:00 2001 From: Jim Shield Date: Fri, 4 Jul 2025 15:16:53 +0100 Subject: [PATCH] Increase cache export timeout to 2 minutes --- shared/coreloader.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/coreloader.lua b/shared/coreloader.lua index 415c261..1e54a21 100644 --- a/shared/coreloader.lua +++ b/shared/coreloader.lua @@ -34,7 +34,7 @@ end if IsDuplicityVersion() then local cache = nil - local timeout = GetGameTimer() + 20000 -- 20 seconds max wait + local timeout = GetGameTimer() + 120000 -- 2 minutes max wait (had to up this from 5 seconds because of slow servers) -- Wait until jim_bridge is started and export is available while not cache and GetGameTimer() < timeout do