Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhuaaa committed Apr 17, 2024
1 parent a9c8755 commit df0ef56
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/identity/api/v1/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ Start transaction (SERIALIZABLE isolation level)
1. Read the log for the inbox_id, ordering by sequence_id
- Use FOR UPDATE to block other transactions on the same inbox_id
if the log is non-empty
2. If the log has 256 or more entries, abort the transaction.
3. Concatenate the update in-memory and validate it sequentially. If
failed, abort the transaction.
Expand Down

0 comments on commit df0ef56

Please sign in to comment.