From 99a6fc82cac428e5949f030ccf5a991c9368bac0 Mon Sep 17 00:00:00 2001 From: Bobby Date: Sat, 16 Apr 2022 13:34:43 +0700 Subject: [PATCH] fix: passthrough scan should default to off i'll consider changing the default value once it has feature parity with the old sequential scan --- config.sample.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.sample.js b/config.sample.js index ba97bd3..4199799 100644 --- a/config.sample.js +++ b/config.sample.js @@ -432,7 +432,7 @@ module.exports = { // Experimental .passthrough() support // https://github.com/kylefarris/clamscan/tree/v2.1.2#passthrough - clamPassthrough: true + clamPassthrough: false }, /*