in the README file for datasync_feedapi is says:
You may now want to prevent cron.php from running and use
datasync_cronalt (which is in the datasync package) or specifically
stop feedapi_cron from running.
My question is, how do I do that (specifically stop feedapi_cron)?
Thanks
Comments
Comment #1
andrewlevine commentedthe only easy way I know is to put a
return;at the first line of the feedapi_cron functionComment #2
gmak commentedIs it actually necessary to do this (disable feedapi_cron)?
Comment #3
andrewlevine commentedNo, it isn't. However, if you don't, FeedAPI will run whenever you run cron, which may or may not defeat the purpose of using datasync_feedapi.
Comment #4
andrewlevine commented