mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Double scan timeout
This commit is contained in:
parent
d4db2b9d93
commit
41c0457fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue