mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
MDEV-29020 Reduce default spider bg sts/crd thread counts
This commit is contained in:
parent
9a8b1f2ac4
commit
9d15c3e35a
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue