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