Increase timer again on cache timeout

Also moved around the cache timers to be a bit more accurate (timers start when the cache creation is triggered)
This commit is contained in:
Jim Shield
2025-07-07 02:11:36 +01:00
parent d6fd2cc28c
commit d255034c02
2 changed files with 14 additions and 17 deletions

View File

@@ -34,7 +34,7 @@ end
if IsDuplicityVersion() then
local cache = nil
local timeout = GetGameTimer() + 120000 -- 2 minutes max wait (had to up this from 5 seconds because of slow servers)
local timeout = GetGameTimer() + 900000 -- 15 minutes max wait (had to up this from 2 minutes because of slow servers)
-- Wait until jim_bridge is started and export is available
while not cache and GetGameTimer() < timeout do