mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
refs #5671 increase join_timeout default to 1h
git-svn-id: file:///svn/toku/tokudb@50320 c7de825b-a66e-492c-adef-691d508d4ae1
This commit is contained in:
parent
a6d4ee723c
commit
c69b88af16
1 changed files with 1 additions and 1 deletions
|
@ -1935,7 +1935,7 @@ static struct cli_args UU() get_default_args(void) {
|
|||
.num_elements = 150000,
|
||||
.num_DBs = 1,
|
||||
.num_seconds = 180,
|
||||
.join_timeout = 600,
|
||||
.join_timeout = 3600,
|
||||
.only_create = false,
|
||||
.only_stress = false,
|
||||
.update_broadcast_period_ms = 2000,
|
||||
|
|
Loading…
Add table
Reference in a new issue