it has no sense now

This commit is contained in:
Vostretsov Nikita 2020-02-07 06:54:56 +00:00
parent 5d7ad6dda8
commit b61604275b
1 changed files with 0 additions and 3 deletions

View File

@ -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.