Commit 9d15c3e3 authored by Yuchen Pei's avatar Yuchen Pei

MDEV-29020 Reduce default spider bg sts/crd thread counts

parent 9a8b1f2a
...@@ -2701,7 +2701,7 @@ static MYSQL_SYSVAR_UINT( ...@@ -2701,7 +2701,7 @@ static MYSQL_SYSVAR_UINT(
"Static thread count of table sts", "Static thread count of table sts",
NULL, NULL,
NULL, NULL,
10, 1,
1, 1,
4294967295U, 4294967295U,
0 0
...@@ -2720,7 +2720,7 @@ static MYSQL_SYSVAR_UINT( ...@@ -2720,7 +2720,7 @@ static MYSQL_SYSVAR_UINT(
"Static thread count of table crd", "Static thread count of table crd",
NULL, NULL,
NULL, NULL,
10, 1,
1, 1,
4294967295U, 4294967295U,
0 0
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment