From f6c29c61dfc7b6e19d0c15425aac28406675fc1e Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 14 Sep 2023 18:10:01 +0300 Subject: [PATCH] Adjust Horde timeout to exactly 20 minutes (Horde's own limit). --- public/scripts/horde.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/scripts/horde.js b/public/scripts/horde.js index 86a791993..883f558e3 100644 --- a/public/scripts/horde.js +++ b/public/scripts/horde.js @@ -29,7 +29,7 @@ let horde_settings = { trusted_workers_only: false, }; -const MAX_RETRIES = 200; +const MAX_RETRIES = 240; const CHECK_INTERVAL = 5000; const MIN_AMOUNT_GEN = 16; const getRequestArgs = () => ({