Initial commit.

This commit is contained in:
Kalzu Rekku
2026-07-14 20:56:34 +03:00
commit 6a58f1ba7e
11 changed files with 1114 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"websocket_url": "wss://stream.bybit.com/v5/public/linear",
"symbol": "BTCUSDT",
"data_dir": "data",
"hot_retention_hours": 12,
"feature_retention_days": 30,
"writer_flush_interval_ms": 500,
"writer_batch_size": 100,
"tick_channel_buffer": 10000,
"maintenance_interval_minutes": 60
}