Commit c69b88af authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5671 increase join_timeout default to 1h


git-svn-id: file:///svn/toku/tokudb@50320 c7de825b-a66e-492c-adef-691d508d4ae1
parent a6d4ee72
......@@ -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,
......
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