Update scrapy/settings/default_settings.py

This commit is contained in:
Felipe Boff Nunes 2023-03-17 17:03:49 -03:00 committed by GitHub
parent 190ea5f58b
commit bffcb7e090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -275,10 +275,10 @@ SPIDER_MIDDLEWARES_BASE = {
# Engine side
'scrapy.spidermiddlewares.httperror.HttpErrorMiddleware': 50,
'scrapy.spidermiddlewares.offsite.OffsiteMiddleware': 500,
'scrapy.spidermiddlewares.stickymeta.StickyMetaParamsMiddleware': 600,
'scrapy.spidermiddlewares.referer.RefererMiddleware': 700,
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware': 800,
'scrapy.spidermiddlewares.depth.DepthMiddleware': 900,
'scrapy.spidermiddlewares.stickymeta.StickyMetaParamsMiddleware': 1000,
# Spider side
}