File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
105105By default mutex is checking for a running command, and if it finds such - it just exits. However, you can manually set
106106required timeout for a mutex, so it can wait for another instance to finish it' s execution, instead of just quiting immediately.
You can’t perform that action at this time.
0 commit comments