Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
WP Plugins
Cron-Control
Commits
444866e2
Commit
444866e2
authored
May 10, 2017
by
Erick Hitter
Browse files
Typo
parent
239be903
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/class-events.php
View file @
444866e2
...
...
@@ -301,7 +301,7 @@ class Events extends Singleton {
}
// Check if any resources are available to execute this job
// If not, the indivdual-event lock must be freed, otherwise it's deadlocked until it times out
// If not, the indiv
i
dual-event lock must be freed, otherwise it's deadlocked until it times out
if
(
!
Lock
::
check_lock
(
self
::
LOCK
,
JOB_CONCURRENCY_LIMIT
)
)
{
$this
->
reset_event_lock
(
$event
);
return
false
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment