1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-24 08:03:59 +00:00

Merge pull request #714 from andrewbaxter/master

Elaborated Request priority value in Scrapy docs
This commit is contained in:
Pablo Hoffman 2014-05-07 17:53:38 -04:00
commit 2bf09b8a20

View File

@ -102,7 +102,8 @@ Request objects
:param priority: the priority of this request (defaults to ``0``). :param priority: the priority of this request (defaults to ``0``).
The priority is used by the scheduler to define the order used to process The priority is used by the scheduler to define the order used to process
requests. requests. Requests with a higher priority value will execute earlier.
Negative values are allowed in order to indicate relatively low-priority.
:type priority: int :type priority: int
:param dont_filter: indicates that this request should not be filtered by :param dont_filter: indicates that this request should not be filtered by