fix: passthrough scan should default to off

i'll consider changing the default value once it has feature parity
with the old sequential scan
This commit is contained in:
Bobby 2022-04-16 13:34:43 +07:00
parent b5aa8d0758
commit 99a6fc82ca
No known key found for this signature in database
GPG Key ID: 941839794CBF5A09

View File

@ -432,7 +432,7 @@ module.exports = {
// Experimental .passthrough() support
// https://github.com/kylefarris/clamscan/tree/v2.1.2#passthrough
clamPassthrough: true
clamPassthrough: false
},
/*