Double scan timeout

This commit is contained in:
Sam Carlton 2021-04-23 13:29:52 -05:00
parent d4db2b9d93
commit 41c0457fcd

View file

@ -581,7 +581,7 @@ export default class AppFilesScanner {
} ) } )
}) })
const scanTimeoutSeconds = 30 const scanTimeoutSeconds = 60
// Scan for archives // Scan for archives
await Promise.all( this.files.map( ( file, scanIndex ) => { await Promise.all( this.files.map( ( file, scanIndex ) => {