Bump default image prefetch limit to 2MB

This commit is contained in:
Jérémie Astori 2017-09-02 08:49:47 -04:00 committed by Pavel Djundik
parent 77e9cb65d5
commit d543123095
1 changed files with 3 additions and 3 deletions

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