Skip to content

Commit bcc3b5f

Browse files
ci skip: Update README.md
1 parent e820658 commit bcc3b5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A distributed locking library built on [Cloud Spanner](https://cloud.google.com/
1010
> **Note on v3**: `v3` is a big departure from `v2` in terms of locking logic and correctness. Although `v2` is heavily used in Alphaus' production and has stood the test of time, please be aware of the critical changes from `v2` to `v3` when upgrading. Key differences are:
1111
>
1212
> `v2`:
13-
> * **Non-atomic acquisitions**: Required multiple network calls (an `INSERT` followed by an `UPDATE`) to acquire a lock.
13+
> * **Non-atomic acquisitions**: Required two network calls (an `INSERT` followed by an `UPDATE`) to acquire a lock.
1414
> * **Loose heartbeats**: Unconditionally updated the `heartbeat` column without validating the current token.
1515
> * **Schema**: Relied on both a `heartbeat` column and a separate `token` column.
1616
>

0 commit comments

Comments
 (0)