Skip to content

Commit

Permalink
docs: cache sharing WithPeerBlockRequestFilter
Browse files Browse the repository at this point in the history
  • Loading branch information
lidel committed Aug 7, 2024
1 parent ac1ea26 commit 164c3b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/environment-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ Automated version of `RAINBOW_PEERING` which does not require providing multiadd
Instead, it will set up peering with peers that share the same seed (requires `RAINBOW_SEED_INDEX` to be set up).

> [!NOTE]
> Runs a separate light DHT for peer routing with the main host if DHT routing is disabled.
> Runs:
> - a separate light DHT for peer routing with the main host if DHT routing is disabled.
> - a bitswap server with despite `WithPeerBlockRequestFilter` may increase resource usage, as every requested CID will be also broadcasted to peered nodes
Default: `false` (disabled)

Expand Down

0 comments on commit 164c3b4

Please sign in to comment.