mirror of https://github.com/scrapy/scrapy.git
Update docs/topics/settings.rst
Co-Authored-By: whalebot-helmsman <whalebot.helmsman@gmail.com>
This commit is contained in:
parent
bd228f1d96
commit
1ee99e1f42
|
|
@ -1157,7 +1157,7 @@ SCHEDULER_PRIORITY_QUEUE
|
|||
------------------------
|
||||
Default: ``'scrapy.pqueues.ScrapyPriorityQueue'``
|
||||
|
||||
Type of priority queue used by scheduler. Another available type is
|
||||
Type of priority queue used by the scheduler. Another available type is
|
||||
``scrapy.pqueues.DownloaderAwarePriorityQueue``.
|
||||
``scrapy.pqueues.DownloaderAwarePriorityQueue`` works better than
|
||||
``scrapy.pqueues.ScrapyPriorityQueue`` when you crawl many different
|
||||
|
|
|
|||
Loading…
Reference in New Issue