Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Cron Crawler
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2009 at 09:18 UTC
Updated:
22 Nov 2009 at 14:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedAdded it to the roadmap.
Comment #2
Froggie-2 commentedThanks!
Comment #3
mikeytown2 commentedI think the better option is have the url_alias grab be smarter. Check against the database to see if that entry exists in the boost cache table. If it's not in the table then add it to the url crawler. This would make that setting be smarter and would make the stop crawler setting not as destructive on large runs of the url_alias. Doing a bulk insert for the sql should make it run faster as well.
Comment #4
mikeytown2 commentedWorks how it should, just not how I envisioned the first time. This way is a lot faster then before. I need to check the finer points of the SQL before this gets committed.
Comment #5
mikeytown2 commentedthis patch actually works
Comment #6
mikeytown2 commentedcommitted
Comment #7
Froggie-2 commented@Mikeytown: Thanks!