Skip to content
Snippets Groups Projects
Unverified Commit 5a5afb38 authored by Helmo's avatar Helmo
Browse files

Fix schedule

parent a7206234
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
class cronjob_monitor_domain_mx extends cronjob {
// job schedule
protected $_schedule = '* 6 * * *';
protected $_schedule = '30 6 * * *';
protected $_run_at_new = true;
private $_tools = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment