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,
|
trusted_workers_only: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
const MAX_RETRIES = 200;
|
const MAX_RETRIES = 240;
|
||||||
const CHECK_INTERVAL = 5000;
|
const CHECK_INTERVAL = 5000;
|
||||||
const MIN_AMOUNT_GEN = 16;
|
const MIN_AMOUNT_GEN = 16;
|
||||||
const getRequestArgs = () => ({
|
const getRequestArgs = () => ({
|
||||||
|
|
Loading…
Reference in New Issue