mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Adjust Horde timeout to exactly 20 minutes (Horde's own limit).
This commit is contained in:
@@ -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 = () => ({
|
||||
|
Reference in New Issue
Block a user