Change lazy loading config (#1470)

The add-on image downloading is a lot faster when using non-sequential lazy loading.

Signed-off-by: Wouter Born <github@maindrain.net>

Signed-off-by: Wouter Born <github@maindrain.net>
pull/1472/head
Wouter Born 2022-08-21 16:56:53 +02:00 committed by GitHub
parent 5bc9b2feff
commit ad7f70e385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -336,6 +336,11 @@ export default {
},
touch: {
tapHold: true
},
// Lazy loading settings
lazy: {
threshold: 50,
sequential: false
}
// smartSelect: {