From 839ed50ef4cf838b638705997d3b4cc67c056345 Mon Sep 17 00:00:00 2001 From: Coder Date: Tue, 25 Aug 2026 23:06:40 +0700 Subject: [PATCH] =?UTF-8?q?Upscale:=20=D1=82=D0=B0=D0=B9=D0=BC=D0=B0=D1=83?= =?UTF-8?q?=D1=82=20=D0=BE=D0=B6=D0=B8=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F=20Com?= =?UTF-8?q?fyUI=202=20=E2=86=92=205=20=D0=BC=D0=B8=D0=BD=D1=83=D1=82=20(JO?= =?UTF-8?q?B=5FTIMEOUT=5FMS=3D300000)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server.js b/server.js index 25c4b61..985174f 100644 --- a/server.js +++ b/server.js @@ -19,7 +19,7 @@ const PORT_CANDIDATES = process.env.PORT : [3000, 8080, 8090]; const POLL_INTERVAL_MS = 1500; -const JOB_TIMEOUT_MS = 125000; +const JOB_TIMEOUT_MS = 300000; const REQUEST_TIMEOUT_MS = 15000; const MAX_UPLOAD_BYTES = 25 * 1024 * 1024; @@ -1055,7 +1055,7 @@ async function waitForResult(promptId, saveNodeId) { throw new AppError( 504, - "Обработка заняла больше двух минут и была остановлена по тайм-ауту." + "Обработка заняла больше пяти минут и была остановлена по тайм-ауту." ); }