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 } )