From f686e2ea20d15ec76cebcc6be776f2ad508061e3 Mon Sep 17 00:00:00 2001 From: zhenjinyang Date: Sat, 8 Feb 2025 09:29:58 +0800 Subject: [PATCH] =?UTF-8?q?ss=5Fenable=5Fdynamic=5Ftrace=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md" "b/content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md" index 9be2c7e3f..6bc6e6065 100644 --- "a/content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md" +++ "b/content/zh/docs/DatabaseReference/\350\265\204\346\272\220\346\261\240\345\214\226\345\217\202\346\225\260.md" @@ -419,7 +419,7 @@ ss_work_thread_pool_attr = '64' **取值范围**: 布尔型,on、off。on开启,off表示不开启。 -**默认值**: on +**默认值**: off >![](public_sys-resources/icon-note.png) **说明:** >- 该特性适用于在无LOG场景下提供辅助的问题定位信息,仅建议数据库内核开发者使用。 -- Gitee