Merge pull request #1490 from thelounge/astorije/bump-prefetch-limit
Bump default image prefetch limit
This commit is contained in:
commit
f9757786be
@ -89,12 +89,12 @@ module.exports = {
|
|||||||
// Prefetch URLs Image Preview size limit
|
// Prefetch URLs Image Preview size limit
|
||||||
//
|
//
|
||||||
// If prefetch is enabled, The Lounge will only display content under the maximum size.
|
// If prefetch is enabled, The Lounge will only display content under the maximum size.
|
||||||
// Specified value is in kilobytes. Default value is 512 kilobytes.
|
// Specified value is in kilobytes. Default value is 2048 kilobytes.
|
||||||
//
|
//
|
||||||
// @type int
|
// @type int
|
||||||
// @default 512
|
// @default 2048
|
||||||
//
|
//
|
||||||
prefetchMaxImageSize: 512,
|
prefetchMaxImageSize: 2048,
|
||||||
|
|
||||||
//
|
//
|
||||||
// Display network
|
// Display network
|
||||||
|
Loading…
Reference in New Issue
Block a user