From 32d52130c5015b6a98c99fb729b087473897d69e Mon Sep 17 00:00:00 2001 From: Enrico Del Fante Date: Tue, 1 Oct 2024 18:30:24 +0200 Subject: [PATCH] removes p2p-flood-publish-enabled (#609) --- docs/reference/cli/index.md | 40 ------------------------------------- 1 file changed, 40 deletions(-) diff --git a/docs/reference/cli/index.md b/docs/reference/cli/index.md index c6f403bf4..e0c430cf5 100644 --- a/docs/reference/cli/index.md +++ b/docs/reference/cli/index.md @@ -2138,46 +2138,6 @@ p2p-enabled: false Enables or disables all P2P communication. The default is `true`. -### `p2p-flood-publish-enabled` - - - - -```bash ---p2p-flood-publish-enabled[=] -``` - - - - -```bash ---p2p-flood-publish-enabled=false -``` - - - - -```bash -TEKU_P2P_FLOOD_PUBLISH_ENABLED=false -``` - - - - -```bash -p2p-flood-publish-enabled: false -``` - - - - -Enables or disables the -[flood publishing](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.1.md#flood-publishing) -behavior for all P2P subnets. -When enabled, Teku uses its mesh when propagating messages from other peers, but Teku always -publishes its own messages to all known peers in the topic. -The default is `true`. - ### `p2p-interface`, `p2p-interfaces`