From ae3d3a39755343b8916d9a074bf82d0194ff8a4c Mon Sep 17 00:00:00 2001 From: xingluo Date: Mon, 26 Jan 2026 18:39:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20play.lua?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- play.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play.lua b/play.lua index 25b378a..5b76ea6 100644 --- a/play.lua +++ b/play.lua @@ -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 } )