lightningrodlabs / holochain-runner

Gives a binary providing wrapped Holochain Conductor with Status Update events, and a good SIGTERM kill switch
20 stars 3 forks source link

Feat/set gossip arc clamping #29

Closed mattyg closed 1 year ago

mattyg commented 1 year ago
Connoropolous commented 1 year ago

looking good. what's your use case for this?

mattyg commented 1 year ago

looking good. what's your use case for this?

running an always-online peer from a server with a full arc for additional dht resilience

Connoropolous commented 1 year ago

makes sense, yeah!

Connoropolous commented 1 year ago

would you set it to "full" then?

mattyg commented 1 year ago

would you set it to "full" then?

yep exactly

Connoropolous commented 1 year ago

so “none” means utilize the default, which is for it to dynamic?

mattyg commented 1 year ago

so “none” means utilize the default, which is for it to dynamic?

yep -- here's the docs on it: https://github.com/holochain/holochain/blob/7ae110bf790cc8cd2b1aa0e9161a018f5f81955f/crates/kitsune_p2p/types/src/config.rs#L156