更新 play.lua

This commit is contained in:
2026-01-26 18:39:39 +08:00
parent 3ccf4cf5fa
commit ae3d3a3975

View File

@@ -317,7 +317,7 @@ local function cacheAhead()
url = server_url .. "/api/framepack?"..batch.urls[1],
headers = { ["Content-Type"] = "application/json" },
body = textutils.serializeJSON({ urls = batch.urls } ),
timeout = 3,
timeout = 2,
binary = true
}
)