Increase mesh degree

This commit is contained in:
Age Manning 2020-11-04 11:27:35 +11:00
parent 0f2fcac133
commit 82cdbba703
No known key found for this signature in database
GPG Key ID: 05EED64B79E06A93
1 changed files with 2 additions and 2 deletions

View File

@ -214,8 +214,8 @@ including the [gossipsub v1.1](https://github.com/libp2p/specs/blob/master/pubsu
The following gossipsub [parameters](https://github.com/libp2p/specs/blob/master/pubsub/gossipsub/gossipsub-v1.0.md#parameters) will be used:
- `D` (topic stable mesh target count): 6
- `D_low` (topic stable mesh low watermark): 5
- `D` (topic stable mesh target count): 8
- `D_low` (topic stable mesh low watermark): 6
- `D_high` (topic stable mesh high watermark): 12
- `D_lazy` (gossip target): 6
- `heartbeat_interval` (frequency of heartbeat, seconds): 0.7