diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index 4a9f5e004..bf0c8c59b 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -1911,7 +1911,7 @@ p2p-subscribe-all-subnets-enabled: true Forces the beacon node to stay subscribed to all subnets regardless of the number of validators. The default is `false`. -When set to `false` and running a low number of validators, Teku subscribes and unsubscribes from subnets as needed for the running validators. +When set to `false`, Teku subscribes to two persistent subnets regardless of the number of validators. Teku also subscribes and unsubscribes from subnets as needed for the running validators. This option is primarily for users running an external validator client and load balancing it across multiple beacon nodes. Without this flag, depending on how requests are load balanced, the beacon nodes may not have subscribed to the required subnets and be unable to produce aggregates.