Maybe I'm blind, but I can't find an option to set the number of links that should be checked per cron run. In some issues people refer to that setting, but I just can't find it. I am having trouble with my cron runs and I'd like to lower the number of links checked.
Comments
Comment #1
hass commentedThis setting has gone away. You cannot configure it.
The value is calculated based on PHPs max execution time, live check run time and cannot be changed. Set your max execution time to 240s or allow cron to set it. This may be a problem on cheap hosting plans...
Comment #2
yan commentedHm, it is set to 240s (and was set to 500s before) but I still have problems with cron if link checker is enabled (I get the "Attempting to re-run cron while it is already running" message). Is there anything else I can do? I'd really like to use the module, but this is the second attempt and I never got it to work correctly. The absence of a documentation is a problem, too.
Comment #3
hass commentedThere is nothing to document than what you see in the UI.
Verify that you have enabled openssl or any other SSL library. Otherwise if an SSL link is checked the http request runs into an silent error and hurts your cron. Not a fault of link checker, but a fault in the server config. I'm aware about the SSL issue, but I do not have a solution yet. You can debug this if you debug the results of the core drupal_http_request() API function. There are several issues open in the core queue, see #739524: timeout url if no response to prevent cron hanging and the linked cases in these issue.
Comment #5
yan commentedHm, the status report says
But anyways I get the following message for https links:
Any hints on what could be wrong? Or how I have to configure PHP? I thought SSL was enabled properly.
Comment #6
hass commentedMaybe phpinfo() could shed some light... please report back the solution you may find for others that have the same issue.
Comment #7
yan commentedHere are some values from phpinfo(), basically parts where SSL appears:
Configure Command:
Apache Version:
Loaded Modules:
cURL Information:
Comment #8
yan commentedAny more ideas?
Comment #9
helmo commented