mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Add timeout for status check
This commit is contained in:
@@ -500,7 +500,6 @@ app.post("/api/textgenerationwebui/status", jsonParser, async function (request,
|
|||||||
|
|
||||||
const args = {
|
const args = {
|
||||||
headers: { "Content-Type": "application/json" },
|
headers: { "Content-Type": "application/json" },
|
||||||
timeout: 0,
|
|
||||||
};
|
};
|
||||||
|
|
||||||
setAdditionalHeaders(request, args, baseUrl);
|
setAdditionalHeaders(request, args, baseUrl);
|
||||||
|
Reference in New Issue
Block a user