mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Small fix for updated config params
This commit is contained in:
parent
83c9f45fc2
commit
6c8df36263
1 changed files with 1 additions and 1 deletions
|
@ -548,7 +548,7 @@ Configuration::calcSizeAlt(ConfigValues * ownConfig){
|
|||
2 * noOfTransactions);
|
||||
|
||||
cfg.put(CFG_DIH_CONNECT,
|
||||
noOfOperations + 46);
|
||||
noOfOperations + noOfTransactions + 46);
|
||||
|
||||
cfg.put(CFG_DIH_FRAG_CONNECT,
|
||||
NO_OF_FRAG_PER_NODE * noOfTables * noOfDBNodes);
|
||||
|
|
Loading…
Reference in a new issue