From c3c3893a8e987c7de96570cce385dae0b0b81a81 Mon Sep 17 00:00:00 2001 From: Justin-dynamsoft <117710848+Justin-dynamsoft@users.noreply.github.com> Date: Wed, 27 May 2026 13:27:35 +0800 Subject: [PATCH] Update adaptive-wasm-loading.md Do not recommend that users configure the number of inference threads for DNN models themselves to avoid unexpected issues. --- barcode-reader/web/capabilities/adaptive-wasm-loading.md | 1 - 1 file changed, 1 deletion(-) diff --git a/barcode-reader/web/capabilities/adaptive-wasm-loading.md b/barcode-reader/web/capabilities/adaptive-wasm-loading.md index f829d41..36048b2 100644 --- a/barcode-reader/web/capabilities/adaptive-wasm-loading.md +++ b/barcode-reader/web/capabilities/adaptive-wasm-loading.md @@ -54,7 +54,6 @@ However, developers can **manually override** this behavior and explicitly speci ```javascript Dynamsoft.Core.CoreModule.wasmLoadOptions = { wasmType: "ml-simd-pthread", - pthreadPoolSize: 5, }; ```