-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featuretopic/configTopic configTopic config
Milestone
Description
- switch
Swarm.ConnMgrconfig from hardcoded strings to optional types:*OptionalString `json:",omitempty"` // type *OptionalInteger `json:",omitempty"` // low|high water *OptionalDuration `json:",omitempty"` // graceperiod
- this allows us to be backward-compatible, but remove default values from user config, enabling us to adjust implicit default over time
- prior art – see how we use fields from
Swarm.RelayService
- (TBD) change the defaults to something lower (prior art: ipfs-desktop – but we can discuss new implicit defaults on the PR, and decide to not change them for now)
Metadata
Metadata
Assignees
Labels
P1High: Likely tackled by core team if no one steps upHigh: Likely tackled by core team if no one steps uphelp wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing featuretopic/configTopic configTopic config