mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-02-02 20:36:49 +01:00
Adjust Horde timeout to exactly 20 minutes (Horde's own limit).
This commit is contained in:
parent
17a5d629ea
commit
f6c29c61df
@ -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 = () => ({
|
||||
|
Loading…
x
Reference in New Issue
Block a user