clean closespider_pagecount_no_item docs section

Co-authored-by: Andrey Rakhmatullin <wrar@wrar.name>
This commit is contained in:
guillermo-bondonno 2024-07-12 08:09:03 -03:00 committed by GitHub
parent 9cdbcb4f63
commit 026d606528
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 4 deletions

View File

@ -324,10 +324,11 @@ CLOSESPIDER_PAGECOUNT_NO_ITEM
Default: ``0``
An integer which specifies the maximum number of consecutive responses to crawl without items scraped. If the spider
crawls more consecutive responses than that and no items are scraped in the meantime, the spider will be closed with the reason
``closespider_pagecount_no_item``. If zero (or non set), spiders won't be closed by
number of crawled responses with no items.
An integer which specifies the maximum number of consecutive responses to crawl
without items scraped. If the spider crawls more consecutive responses than that
and no items are scraped in the meantime, the spider will be closed with the
reason ``closespider_pagecount_no_item``. If zero (or not set), spiders won't be
closed by number of crawled responses with no items.
.. setting:: CLOSESPIDER_ERRORCOUNT