Skip to content

Commit

Permalink
change default bucket sizes
Browse files Browse the repository at this point in the history
  • Loading branch information
oxarbitrage authored Nov 7, 2017
1 parent c17f8fc commit 4760d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/plugins/market_history/market_history_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ void market_history_plugin::plugin_set_program_options(
)
{
cli.add_options()
("bucket-size", boost::program_options::value<string>()->default_value("[15,60,300,3600,86400]"),
("bucket-size", boost::program_options::value<string>()->default_value("[60,300,900,1800,3600,14400,86400]"),
"Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers")
("history-per-size", boost::program_options::value<uint32_t>()->default_value(1000),
"How far back in time to track history for each bucket size, measured in the number of buckets (default: 1000)")
Expand Down

0 comments on commit 4760d0f

Please sign in to comment.