mirror of https://github.com/scrapy/scrapy.git
it has no sense now
This commit is contained in:
parent
5d7ad6dda8
commit
b61604275b
|
|
@ -35,9 +35,6 @@ class ScrapyPriorityQueue:
|
|||
``__init__`` method of ScrapyPriorityQueue receives a downstream_queue_cls argument, which is a class
|
||||
used to instantiate a new (internal) queue when a new priority is allocated.
|
||||
|
||||
Only integer priorities should be used. Lower numbers are higher
|
||||
priorities.
|
||||
|
||||
startprios is a sequence of priorities to start with. If the queue was
|
||||
previously closed leaving some priority buckets non-empty, those priorities
|
||||
should be passed in startprios.
|
||||
|
|
|
|||
Loading…
Reference in New Issue