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

This commit is contained in:
Yuchen Pei 2023-11-15 14:27:56 +11:00
parent 9a8b1f2ac4
commit 9d15c3e35a
No known key found for this signature in database
GPG key ID: 3DD1B35105743563

View file

@ -2701,7 +2701,7 @@ static MYSQL_SYSVAR_UINT(
"Static thread count of table sts",
NULL,
NULL,
10,
1,
1,
4294967295U,
0
@ -2720,7 +2720,7 @@ static MYSQL_SYSVAR_UINT(
"Static thread count of table crd",
NULL,
NULL,
10,
1,
1,
4294967295U,
0