From 85dc35c11d91d3057286ec25b9b33d9d6081754a Mon Sep 17 00:00:00 2001 From: "Vasily.onl" Date: Fri, 6 Jun 2025 12:00:03 +0800 Subject: [PATCH] updated config to not store raw data, store 1s candles --- config/data_collection.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/data_collection.json b/config/data_collection.json index bea0ea3..76a8600 100644 --- a/config/data_collection.json +++ b/config/data_collection.json @@ -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