You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know how this is going to shake out in the holochain integration, but luckily we can set that aside for a moment.
K2 is going to work a little differently in that everyone will start with a zero arc (legacy was supposed to evolve into this at some point too, it just never did). So "clamping" to a full arc would be incorrect and we will not implement that.
We can still clamp to zero arcs, or maybe we want to have some kind of enum on the LocalAgent for:
pubenumArcStrategy{/// The arc sizing algorithm will try to move/// the arc size toward this value.Target(u32),/// The arc sizing algorithm will take into acount/// this node's desire to be this factor greater/// or less than the ideal arc size determined by the DHTFactor(f64),}
The gossip arcs already are the union of all current arcs claimed by local agents within the same space, so we don't have to specify that explicitly again.
AC:
The end-goal of this is to enable holochain to specify arc clamping per-cell so that clones of a cell can have different arc clamping config.
The text was updated successfully, but these errors were encountered: