By sghoda on
Hi,
We are working on a website where we have to implement Bibliography module on around 36000 records i.e. creating 36000 nodes.Each node for one record.
Now as per the maximum limit of Number of nodes to index per cron run being 500 and Running Cron every one hour, it might take very much amount of time,perhaps in days to index all nodes.
I was wondering if there is any faster way to index all nodes or to change the values of both these parameters i.e. if we can set Number of nodes to index per cron run to 1000 or bigger amount or running cron every 10 minutes or so, we can complete this process sooner.
Please help in this.
Regards,
Shaurin.
Comments
Yes, if you increase the
Yes, if you increase the number of nodes per cron run and/or how often cron runs all the nodes will be indexed faster.
If you can't set up a real
If you can't set up a real cronjob on your server that will run more than once an hour, you could just go to the Status Report page and click 'run cron manually' over and over again.
--
Read more at iRolo.net
Thank you...
I ran manually the Cron around 30 times and got what I wanted.
Thank you for your help.
Regards,
Shaurin.