Skip to content

Commit 717205c

Browse files
committed
Don't skip retrying on `Conflict
1 parent b4b2843 commit 717205c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/io/vss_store.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,6 @@ fn retry_policy() -> CustomRetryPolicy {
690690
e,
691691
VssError::NoSuchKeyError(..)
692692
| VssError::InvalidRequestError(..)
693-
| VssError::ConflictError(..)
694693
)
695694
}) as _)
696695
}

0 commit comments

Comments
 (0)