related to this issue: http://drupal.org/node/580248
instead of calling ini_get('max_execution_time') during the cron run to figure out what the $check_links_max_per_cron_run var should be, why not make it a configurable option in the admin?
you could always make a recommendation or initially default the value based upon the ini_get('max_execution_time'), but leave it up to the user to adjust as they see fit...
just an idea.
Comments
Comment #1
hass commentedIt was removed from UI for the reason that some people have overloaded their servers and checked toooo many links per cron run. They complained their cron have failed and so on and so on. This is why it has been removed. I'm not a fan of this type of support cases... search the queue.
Duplicate of #580248: Drupal 6.14: Links not checked, 'max_execution_time' is overriden to "undefined" by drupal_cron_run().
Comment #2
helmo commented