Commit 8948b040 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

[t:4039], compilation fix

git-svn-id: file:///svn/toku/tokudb@35575 c7de825b-a66e-492c-adef-691d508d4ae1
parent 5904e83e
......@@ -694,7 +694,7 @@ static const struct cli_args DEFAULT_ARGS = {
.time_of_test = 180,
.node_size = 4096,
.basement_node_size = 1024,
.cachetable_size = 300000;
.cachetable_size = 300000,
.only_create = false,
.only_stress = false,
.checkpointing_period = 10,
......
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