mirror of
https://github.com/icewind1991/lockpick.git
synced 2026-06-03 09:14:08 +02:00
readme limtiations
This commit is contained in:
parent
2fa6f5d552
commit
b6fcd08325
1 changed files with 5 additions and 0 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue