Update docs/topics/broad-crawls.rst

Co-Authored-By: whalebot-helmsman <whalebot.helmsman@gmail.com>
This commit is contained in:
Adrián Chaves 2019-03-29 10:28:52 +00:00 committed by GitHub
parent 46b9ab0c58
commit e3df6be360
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Use proper :setting:`SCHEDULER_PRIORITY_QUEUE`
==============================================
Scrapys 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::