Skip to content

In proc node config not applied #208

Closed
@alanshaw

Description

@alanshaw

I'm trying to enable EXPERIMENTAL.dht for my in-proc node:

df.spawn({ config: { EXPERIMENTAL: { dht: true } } }, /* ... */)

The DHT experiment is not enabled because the in process node does not use the config property to configure the node, it expects EXPERIMENTAL to be in the root of the options object:

this.opts.EXPERIMENTAL = defaults({}, opts.EXPERIMENTAL, {

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1High: Likely tackled by core team if no one steps upexp/expertHaving worked on the specific codebase is importantkind/bugA bug in existing code (including security flaws)status/readyReady to be worked

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions