Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 639 Bytes

File metadata and controls

21 lines (12 loc) · 639 Bytes

Home > @holochain/tryorama > NetworkConfig > targetArcFactor

NetworkConfig.targetArcFactor property

The target arc factor for gossip.

This controls the range of DHT locations that the peer will aim to store and serve during gossip.

For leacher nodes that do not contribute to gossip, set to 0.

Values other than 1 or 0 will be rejected.

Default: 1

Signature:

targetArcFactor?: number;