Bump default image prefetch limit to 2MB
This commit is contained in:
parent
77e9cb65d5
commit
d543123095
@ -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