Skip to content

Commit 9f4bd71

Browse files
committed
ICM: Readme fixes.
1 parent fb4a4c9 commit 9f4bd71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Prevents overlapping for Laravel console commands.
1919
- [Usage](#usage)
2020
- [Strategies](#strategies)
2121
- [Advanced](#advanced)
22-
- [Mutex timeout](#mutex-timeout)
22+
- [Set custom timeout](#set-custom-timeout)
2323
- [Mutex for several commands](#mutex-for-several-commands)
2424
- [Troubleshooting](#troubleshooting)
2525
- [Trait included, but nothing happens?](#trait-included-but-nothing-happens)
@@ -100,7 +100,7 @@ class MyProtectedCommand extends Command
100100

101101
## Advanced
102102

103-
### Mutex timeout
103+
### Set custom timeout
104104

105105
By default mutex is checking for a running command, and if it finds such - it just exits. However, you can manually set
106106
required timeout for a mutex, so it can wait for another instance to finish it's execution, instead of just quiting immediately.

0 commit comments

Comments
 (0)