refs #4823 Changed time to error Too Many Requests
This commit is contained in:
parent
d9968a7115
commit
792795e53c
2
utils.js
2
utils.js
|
@ -571,7 +571,7 @@ export async function vnRequest(method, url, data, headers, spinner) {
|
|||
case 429: // Too Many Requests
|
||||
if (spinner) spinner.warn();
|
||||
warning(err);
|
||||
await sleep(3400); // Stipulated by Floriday
|
||||
await sleep(10000);
|
||||
if (spinner) spinner.start();
|
||||
break;
|
||||
case 401: // Unauthorized
|
||||
|
|
Loading…
Reference in New Issue