#991 Increase Horde waiting timeout

This commit is contained in:
Cohee 2023-08-21 21:13:22 +03:00
parent 069a07a139
commit e199d3e5b5

View File

@ -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",