From 165997c79174a29d1fa78213060c4cd5932b2a0f Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Sat, 30 Sep 2023 15:42:37 +0300 Subject: [PATCH] #1199 I'm not even sure anymore --- src/horde.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/horde.js b/src/horde.js index 7dc09639f..984c55632 100644 --- a/src/horde.js +++ b/src/horde.js @@ -99,7 +99,7 @@ function registerEndpoints(app, jsonParser) { const MAX_ATTEMPTS = 200; const CHECK_INTERVAL = 3000; - const PROMPT_THRESHOLD = 1000; + const PROMPT_THRESHOLD = 5000; try { const maxLength = PROMPT_THRESHOLD - String(request.body.negative_prompt).length - 5;