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
46b9ab0c58
commit
e3df6be360
|
|
@ -43,7 +43,7 @@ Use proper :setting:`SCHEDULER_PRIORITY_QUEUE`
|
|||
==============================================
|
||||
|
||||
Scrapy’s default scheduler priority queue is ``'scrapy.pqueues.ScrapyPriorityQueue'``.
|
||||
It works best during single domain crawl. And it does not work well with crawling
|
||||
It works best during single-domain crawl. It does not work well with crawling
|
||||
many different domains in parallel
|
||||
|
||||
To apply recommended priority queue use::
|
||||
|
|
|
|||
Loading…
Reference in New Issue