Merge "[sitemap] increase the DOWNLOAD_WARNSIZE"
This commit is contained in:
commit
83ece75a64
@ -27,6 +27,7 @@ ITEM_PIPELINES = {
|
||||
CONCURRENT_REQUESTS = 32
|
||||
CONCURRENT_REQUESTS_PER_DOMAIN = 32
|
||||
CONCURRENT_REQUESTS_PER_IP = 32
|
||||
DOWNLOAD_WARNSIZE = 67108864
|
||||
LOG_LEVEL = 'INFO'
|
||||
LOGGING_ENABLED = True
|
||||
RANDOMIZE_DOWNLOAD_DELAY = False
|
||||
|
Loading…
Reference in New Issue
Block a user