From 7619e1d9e32bb5f44030c375cd80f27c7deb6baa Mon Sep 17 00:00:00 2001 From: Xuefeng Tan <1172915550@qq.com> Date: Mon, 10 Oct 2022 21:36:14 +0800 Subject: [PATCH] enh(taosAdapter): set maxConnect default value to 2x cpu cores (#17277) --- src/plugins/taosadapter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/taosadapter b/src/plugins/taosadapter index 07950e62e5..1e0a02097f 160000 --- a/src/plugins/taosadapter +++ b/src/plugins/taosadapter @@ -1 +1 @@ -Subproject commit 07950e62e576dbf96344d757ef0dd3fabd9570d9 +Subproject commit 1e0a02097f8433f557125898c756f293c97da88d -- GitLab