No max attempt
This commit is contained in:
parent
f894cd6bd8
commit
408afa3626
3 changed files with 3 additions and 2 deletions
|
|
@ -31,7 +31,6 @@ export function retriedFetchFactory(
|
|||
}
|
||||
return false;
|
||||
},
|
||||
retries: 6,
|
||||
retryDelay: (attempt) => Math.pow(1.5, attempt) * 500,
|
||||
...init
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue