Document StickyMetaParamsMiddleware in SPIDER_MIDDLEWARES_BASE default

Addresses review feedback on PR #7711.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Adnan Awan 2026-07-01 19:30:48 +05:00
parent f6b6974f6e
commit a2556ce75c
1 changed files with 1 additions and 0 deletions

View File

@ -2033,6 +2033,7 @@ Default:
"scrapy.spidermiddlewares.referer.RefererMiddleware": 700,
"scrapy.spidermiddlewares.urllength.UrlLengthMiddleware": 800,
"scrapy.spidermiddlewares.depth.DepthMiddleware": 900,
"scrapy.spidermiddlewares.stickymeta.StickyMetaParamsMiddleware": 1000,
}
A dict containing the spider middlewares enabled by default in Scrapy, and