From 92bcf672fb82b3c8a897ea537bfbdbbb287c3225 Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 4 May 2025 19:53:09 +0200 Subject: [PATCH] docs: document consumer's `initial_candle_limit` --- docs/producer-consumer.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/producer-consumer.md b/docs/producer-consumer.md index 0bd52ac93..d7d40df71 100644 --- a/docs/producer-consumer.md +++ b/docs/producer-consumer.md @@ -50,6 +50,7 @@ Enable subscribing to an instance by adding the `external_message_consumer` sect | `ping_timeout` | Ping timeout
*Defaults to `10`.*
**Datatype:** Integer - in seconds. | `sleep_time` | Sleep time before retrying to connect.
*Defaults to `10`.*
**Datatype:** Integer - in seconds. | `remove_entry_exit_signals` | Remove signal columns from the dataframe (set them to 0) on dataframe receipt.
*Defaults to `false`.*
**Datatype:** Boolean. +| `initial_candle_limit` | Initial candles to expect from the Producer.
*Defaults to `1500`.*
**Datatype:** Integer - Number of candles. | `message_size_limit` | Size limit per message
*Defaults to `8`.*
**Datatype:** Integer - Megabytes. Instead of (or as well as) calculating indicators in `populate_indicators()` the follower instance listens on the connection to a producer instance's messages (or multiple producer instances in advanced configurations) and requests the producer's most recently analyzed dataframes for each pair in the active whitelist.