mirror of
https://github.com/sdsykes/fastimage.git
synced 2025-09-20 00:01:59 -04:00
Update url for large image to https
This commit is contained in:
parent
b58af86658
commit
8386e11db4
@ -57,7 +57,7 @@ TestUrl = "http://example.nowhere/"
|
||||
|
||||
# this image fetch allows me to really test that fastimage is truly fast
|
||||
# but it's not ideal relying on external resources and connectivity speed
|
||||
LargeImage = "http://upload.wikimedia.org/wikipedia/commons/b/b4/Mardin_1350660_1350692_33_images.jpg"
|
||||
LargeImage = "https://upload.wikimedia.org/wikipedia/commons/b/b4/Mardin_1350660_1350692_33_images.jpg"
|
||||
LargeImageInfo = [:jpeg, [9545, 6623]]
|
||||
LargeImageFetchLimit = 2 # seconds
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user