diff --git a/docker/default_config.ini b/docker/default_config.ini index c15db1e71..10fe5a981 100644 --- a/docker/default_config.ini +++ b/docker/default_config.ini @@ -213,13 +213,10 @@ max-ops-per-account = 100 # ============================================================================== # Track market history by grouping orders into buckets of equal size measured in seconds specified as a JSON array of numbers -# bucket-size = [15,60,300,3600,86400] -bucket-size = [60,300,900,1800,3600,14400,86400] -# for 1 min, 5 mins, 30 mins, 1h, 4 hs and 1 day. i think this should be the default. -# https://github.com/bitshares/bitshares-core/issues/465 +bucket-size = [60,300,900,3600,14400,86400,604800] # How far back in time to track history for each bucket size, measured in the number of buckets (default: 1000) -history-per-size = 1000 +history-per-size = 1500 # Will only store this amount of matched orders for each market in order history for querying, or those meet the other option, which has more data (default: 1000) max-order-his-records-per-market = 1000