refs #4823 Changed time to error Too Many Requests

This commit is contained in:
Guillermo Bonet 2023-05-26 07:16:31 +02:00
parent 792795e53c
commit f4be5fbc09
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(10000);
await sleep(30000);
if (spinner) spinner.start();
break;
case 401: // Unauthorized