Increase delay time on checking processing items

This commit is contained in:
Jackson Harper
2024-08-13 11:00:39 +08:00
parent 255488ec7d
commit 1316a4d554

View File

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