更新 play.lua
This commit is contained in:
2
play.lua
2
play.lua
@@ -317,7 +317,7 @@ local function cacheAhead()
|
|||||||
url = server_url .. "/api/framepack?"..batch.urls[1],
|
url = server_url .. "/api/framepack?"..batch.urls[1],
|
||||||
headers = { ["Content-Type"] = "application/json" },
|
headers = { ["Content-Type"] = "application/json" },
|
||||||
body = textutils.serializeJSON({ urls = batch.urls } ),
|
body = textutils.serializeJSON({ urls = batch.urls } ),
|
||||||
timeout = 3,
|
timeout = 2,
|
||||||
binary = true
|
binary = true
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user