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
b75aa9f0
Commit
b75aa9f0
authored
Dec 05, 2016
by
Erick Hitter
Committed by
GitHub
Dec 05, 2016
Browse files
Merge pull request #31 from Automattic/develop
Purge completed events more frequently Fixes #13
parents
a0156c9e
af9f245b
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/class-internal-events.php
View file @
b75aa9f0
...
@@ -35,7 +35,7 @@ class Internal_Events extends Singleton {
...
@@ -35,7 +35,7 @@ class Internal_Events extends Singleton {
'callback'
=>
'delete_cron_option'
,
'callback'
=>
'delete_cron_option'
,
),
),
array
(
array
(
'schedule'
=>
'
hourly
'
,
'schedule'
=>
'
a8c_cron_control_ten_minutes
'
,
'action'
=>
'a8c_cron_control_purge_completed_events'
,
'action'
=>
'a8c_cron_control_purge_completed_events'
,
'callback'
=>
'purge_completed_events'
,
'callback'
=>
'purge_completed_events'
,
),
),
...
...
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