Merge pull request #3237 from thelounge/xpaw/fix-limit

Remove bogus prefetch limit
This commit is contained in:
Pavel Djundik 2019-05-26 18:04:26 +03:00 committed by GitHub
commit c731b57911
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 response;
let limit = Helper.config.prefetchMaxImageSize * 1024; let limit = Helper.config.prefetchMaxImageSize * 1024;
limit = 10240;
try { try {
got got
.stream(uri, { .stream(uri, {