Merge pull request #1490 from thelounge/astorije/bump-prefetch-limit

Bump default image prefetch limit
This commit is contained in:
Jérémie Astori 2017-09-02 20:31:14 -04:00 committed by GitHub
commit f9757786be

View File

@ -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