readme limtiations

This commit is contained in:
Robin Appelman 2022-08-03 16:58:22 +02:00
commit b6fcd08325

View file

@ -54,3 +54,8 @@ shared lock from
- `occ lockpick:list` show all stored conflict traces - `occ lockpick:list` show all stored conflict traces
- `occ lockpick:show <id>` show a stored trace, defaults to the latest - `occ lockpick:show <id>` show a stored trace, defaults to the latest
- `occ lockpick:clear` remove all stored traces - `occ lockpick:clear` remove all stored traces
## Limitations
- Currently, it only helps with conflicts from locks coming from a single request, conflicts between multiple requests are not covered.
- The mapping between locks and unlocks isn't great, in cases with complex lock-unlock patterns the result might not be accurate.