mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Increase delay time on checking processing items
This commit is contained in:
parent
255488ec7d
commit
1316a4d554
1 changed files with 1 additions and 1 deletions
|
|
@ -567,7 +567,7 @@ export function useRefreshProcessingItems() {
|
|||
}
|
||||
}
|
||||
if (shouldRefetch && variables.attempt < maxAttempts) {
|
||||
await delay(3500 * variables.attempt + 1)
|
||||
await delay(5000 * variables.attempt + 1)
|
||||
mutation.mutate({
|
||||
attempt: variables.attempt + 1,
|
||||
itemIds: data.edges
|
||||
|
|
|
|||
Loading…
Reference in a new issue