refs #4823 Changed time to error Too Many Requests

This commit is contained in:
Guillermo Bonet 2023-05-24 10:09:41 +02:00
parent d9968a7115
commit 792795e53c
1 changed files with 1 additions and 1 deletions

View File

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