updated config to not store raw data, store 1s candles
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"orderbook"
|
||||
],
|
||||
"timeframes": [
|
||||
"1s",
|
||||
"5s",
|
||||
"1m",
|
||||
"5m",
|
||||
@@ -43,6 +44,7 @@
|
||||
"orderbook"
|
||||
],
|
||||
"timeframes": [
|
||||
"1s",
|
||||
"5s",
|
||||
"1m",
|
||||
"5m",
|
||||
@@ -63,7 +65,7 @@
|
||||
},
|
||||
"database": {
|
||||
"store_processed_data": true,
|
||||
"store_raw_data": true,
|
||||
"store_raw_data": false,
|
||||
"force_update_candles": false,
|
||||
"batch_size": 100,
|
||||
"flush_interval": 5.0
|
||||
|
||||
Reference in New Issue
Block a user