Skip to content

Commit

Permalink
removes p2p-flood-publish-enabled (#609)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbenr authored Oct 1, 2024
1 parent 5c7282a commit 32d5213
Showing 1 changed file with 0 additions and 40 deletions.
40 changes: 0 additions & 40 deletions docs/reference/cli/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2138,46 +2138,6 @@ p2p-enabled: false

Enables or disables all P2P communication. The default is `true`.

### `p2p-flood-publish-enabled`

<Tabs>
<TabItem value="Syntax" label="Syntax" default>

```bash
--p2p-flood-publish-enabled[=<BOOLEAN>]
```

</TabItem>
<TabItem value="Example" label="Example" >

```bash
--p2p-flood-publish-enabled=false
```

</TabItem>
<TabItem value="Environment variable" label="Environment variable" >

```bash
TEKU_P2P_FLOOD_PUBLISH_ENABLED=false
```

</TabItem>
<TabItem value="Configuration file" label="Configuration file" >

```bash
p2p-flood-publish-enabled: false
```

</TabItem>
</Tabs>

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`

<Tabs>
Expand Down

0 comments on commit 32d5213

Please sign in to comment.