Remove bogus prefetch limit
This commit is contained in:
parent
e71bd3a9a3
commit
cdcd7df425
@ -330,8 +330,6 @@ function fetch(uri, headers) {
|
||||
let response;
|
||||
let limit = Helper.config.prefetchMaxImageSize * 1024;
|
||||
|
||||
limit = 10240;
|
||||
|
||||
try {
|
||||
got
|
||||
.stream(uri, {
|
||||
|
Loading…
Reference in New Issue
Block a user