bugfixes
This commit is contained in:
@@ -10,12 +10,25 @@ supported_exchanges:
|
||||
- COINBASE
|
||||
- KRAKEN
|
||||
|
||||
# Per-exchange work slot capacity.
|
||||
# Each slot is one concurrent job. historical_slots limits parallel OHLC fetches;
|
||||
# realtime_slots limits concurrent tick subscriptions.
|
||||
exchange_capacity:
|
||||
BINANCE:
|
||||
historical_slots: 1
|
||||
realtime_slots: 5
|
||||
COINBASE:
|
||||
historical_slots: 1
|
||||
realtime_slots: 4
|
||||
KRAKEN:
|
||||
historical_slots: 1
|
||||
realtime_slots: 3
|
||||
|
||||
# Kafka configuration
|
||||
kafka_brokers:
|
||||
- kafka:9092
|
||||
|
||||
# Worker configuration
|
||||
max_concurrent: 10
|
||||
poll_interval_ms: 10000
|
||||
|
||||
# Logging
|
||||
|
||||
Reference in New Issue
Block a user