Menu

#61 setPageLimit doesn't set a limit to "pages", but rather for requests

closed-fixed
nobody
None
5
2015-01-27
2014-01-08
Anonymous
No

Also see this forum-post:
http://sourceforge.net/p/phpcrawl/discussion/307696/thread/6efae816/

For instance:
If the pageLimit is set to 1, and the first requested URL is a redirect (302), the crawler stops after this request. So there was NO "page" received so far.

Solution: Rename setPageLimit to setRequestLimit, and implement a real pageLimit.

Discussion

  • Uwe Hunfeld

    Uwe Hunfeld - 2015-01-27

    Fixed since version 0.83, renamed method setPageLimit() to setRequestLimit().
    (setPageLimit() marked as deprecated).

     
  • Uwe Hunfeld

    Uwe Hunfeld - 2015-01-27
    • status: open --> closed-fixed
     

Anonymous
Anonymous

Add attachments
Cancel