Remove bogus prefetch limit

This commit is contained in:
Pavel Djundik 2019-05-25 15:40:55 +03:00 committed by GitHub
parent e71bd3a9a3
commit cdcd7df425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,8 +330,6 @@ function fetch(uri, headers) {
let response;
let limit = Helper.config.prefetchMaxImageSize * 1024;
limit = 10240;
try {
got
.stream(uri, {