mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
retry max three times if update is conflicted
This commit is contained in:
parent
7650a12be3
commit
ac567f7e71
1 changed files with 1 additions and 0 deletions
|
|
@ -201,6 +201,7 @@ export const updatePage = async (
|
|||
},
|
||||
},
|
||||
refresh: ctx.refresh,
|
||||
retry_on_conflict: 3,
|
||||
})
|
||||
|
||||
if (body.result !== 'updated') return false
|
||||
|
|
|
|||
Loading…
Reference in a new issue