1
0
mirror of https://github.com/scrapy/scrapy.git synced 2025-02-23 19:43:39 +00:00

Reformat a bit

This commit is contained in:
Paul Tremberth 2017-06-06 10:47:43 +02:00 committed by GitHub
parent 3f8542eb56
commit e7061f7a41

View File

@ -278,8 +278,9 @@ Default: ``0``
An integer which specifies a number of items. If the spider scrapes more than An integer which specifies a number of items. If the spider scrapes more than
that amount and those items are passed by the item pipeline, the that amount and those items are passed by the item pipeline, the
spider will be closed with the reason ``closespider_itemcount``, requests which spider will be closed with the reason ``closespider_itemcount``.
are currently in the downloader queue (up to CONCURRENT_REQUEST requests) are still processed. Requests which are currently in the downloader queue (up to
:setting:`CONCURRENT_REQUEST` requests) are still processed.
If zero (or non set), spiders won't be closed by number of passed items. If zero (or non set), spiders won't be closed by number of passed items.
.. setting:: CLOSESPIDER_PAGECOUNT .. setting:: CLOSESPIDER_PAGECOUNT