FIX: reduce 'download_remote_images_threshold' default value to 10
This commit is contained in:
parent
be5a76fbc8
commit
a5804d7040
|
@ -514,7 +514,7 @@ files:
|
||||||
default:
|
default:
|
||||||
test: false
|
test: false
|
||||||
default: true
|
default: true
|
||||||
download_remote_images_threshold: 20
|
download_remote_images_threshold: 10
|
||||||
disabled_image_download_domains:
|
disabled_image_download_domains:
|
||||||
type: list
|
type: list
|
||||||
default: ''
|
default: ''
|
||||||
|
|
Loading…
Reference in New Issue