mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-05 20:29:22 +01:00
#991 Increase Horde waiting timeout
This commit is contained in:
parent
069a07a139
commit
e199d3e5b5
@ -30,8 +30,8 @@ let horde_settings = {
|
||||
trusted_workers_only: false,
|
||||
};
|
||||
|
||||
const MAX_RETRIES = 100;
|
||||
const CHECK_INTERVAL = 3000;
|
||||
const MAX_RETRIES = 200;
|
||||
const CHECK_INTERVAL = 5000;
|
||||
const MIN_AMOUNT_GEN = 16;
|
||||
const getRequestArgs = () => ({
|
||||
method: "GET",
|
||||
|
Loading…
x
Reference in New Issue
Block a user