Explorar o código

set default value of maxLazyLoadImagesIdleTime to 1500ms by default

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
c48b80d30e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      extension/core/bg/config.js

+ 1 - 1
extension/core/bg/config.js

@@ -32,7 +32,7 @@ singlefile.config = (() => {
 		compressHTML: true,
 		compressCSS: true,
 		lazyLoadImages: true,
-		maxLazyLoadImagesIdleTime: 1000,
+		maxLazyLoadImagesIdleTime: 1500,
 		filenameTemplate: "{page-title} ({date-iso} {time-locale}).html",
 		infobarTemplate: "",
 		confirmInfobar: false,