Can’t change the check interval
-
Hi!
I found that the cron job has an eventblc_cron_check_links
Every 10 minutes
. And I cannot change this value in the settings!
Why do you need a link checker task every 10 minutes?
I looked at the plugin source code in core.php and see that this value cannot be changed:if ( $this->conf->options['run_via_cron'] ) { if ( ! wp_next_scheduled( 'blc_cron_check_links' ) ) { wp_schedule_event( time(), '10min', 'blc_cron_check_links' ); } } else { wp_clear_scheduled_hook( 'blc_cron_check_links' ); }
Can you add to the settings the ability to increase the interval, for example 1 day?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can’t change the check interval’ is closed to new replies.