File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -102,8 +102,8 @@ class MyProtectedCommand extends Command
102102
103103# ## Set custom timeout
104104
105- By default mutex is checking for a running command, and if it finds such - it just exits. However, you can manually set
106- required timeout for a mutex, so it can wait for another instance to finish it' s execution, instead of just quiting immediately.
105+ By default mutex is checking for a running command, and if it finds such it just exits. However, you can manually set
106+ required timeout for a mutex, so it can wait for another command to finish it' s execution, instead of just quitting immediately.
107107
108108You can change mutex timeout by specifying `$mutexTimeout` field:
109109
@@ -140,7 +140,7 @@ There are three possible options for `$mutexTimeout` field:
140140
141141- `0` - check without waiting (default);
142142- `{milliseconds}` - check, and wait for a maximum of milliseconds specified;
143- - `null` - wait, till running instance finish its execution;
143+ - `null` - wait, till running command finish it ' s execution;
144144
145145# ## Handle several commands
146146
You can’t perform that action at this time.
0 commit comments