Merge "[sitemap] increase the DOWNLOAD_WARNSIZE"

This commit is contained in:
Jenkins 2015-10-05 03:16:56 +00:00 committed by Gerrit Code Review
commit 83ece75a64
1 changed files with 1 additions and 0 deletions

View File

@ -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