No max attempt

This commit is contained in:
Andras Schmelczer 2025-03-15 09:24:54 +00:00
parent f894cd6bd8
commit 408afa3626
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 3 additions and 2 deletions

View file

@ -31,7 +31,6 @@ export function retriedFetchFactory(
}
return false;
},
retries: 6,
retryDelay: (attempt) => Math.pow(1.5, attempt) * 500,
...init
});