mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/broad-crawls.rst
Co-Authored-By: whalebot-helmsman <whalebot.helmsman@gmail.com>
This commit is contained in:
parent
73e4ff5304
commit
845bae6637
|
|
@ -42,7 +42,7 @@ efficient broad crawl.
|
|||
Use proper :setting:`SCHEDULER_PRIORITY_QUEUE`
|
||||
==============================================
|
||||
|
||||
Default scrapy's scheduler priority queue is ``'queuelib.PriorityQueue'``.
|
||||
Default scrapy's scheduler priority queue is ``'scrapy.pqueues.ScrapyPriorityQueue'``.
|
||||
It works best during single domain crawl. And it does not work well with crawling
|
||||
many different domains in parallel
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue