mirror of https://github.com/scrapy/scrapy.git
Added default setting values for successful tests
This commit is contained in:
parent
4d2e3c354c
commit
918c8ffd86
|
|
@ -37,7 +37,7 @@ CLOSESPIDER_ERRORCOUNT = 0
|
|||
COMMANDS_MODULE = ""
|
||||
|
||||
COMPRESSION_ENABLED = True
|
||||
|
||||
COMPRESSION_KEEP_ENCODING_HEADER = False
|
||||
CONCURRENT_ITEMS = 100
|
||||
|
||||
CONCURRENT_REQUESTS = 16
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ ROBOTSTXT_OBEY = True
|
|||
#HTTPCACHE_DIR = "httpcache"
|
||||
#HTTPCACHE_IGNORE_HTTP_CODES = []
|
||||
#HTTPCACHE_STORAGE = "scrapy.extensions.httpcache.FilesystemCacheStorage"
|
||||
COMPRESSION_KEEP_ENCODING_HEADER = True
|
||||
|
||||
# Set settings whose default value is deprecated to a future-proof value
|
||||
REQUEST_FINGERPRINTER_IMPLEMENTATION = "2.7"
|
||||
|
|
|
|||
Loading…
Reference in New Issue