Merge pull request #3237 from thelounge/xpaw/fix-limit
Remove bogus prefetch limit
This commit is contained in:
commit
c731b57911
@ -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