This repository was archived by the owner on Mar 10, 2020. It is now read-only.
This repository was archived by the owner on Mar 10, 2020. It is now read-only.
Config set fails for type int #881
Closed
Description
ipfs.config.set('Discovery.MDNS.Interval', 11, console.log)
ipfs.config.set('Discovery.MDNS.Interval', '11', console.log)
Both of these fail:
cannot unmarshal string into Go struct field MDNS.Interval of type int
Repro: https://github.com/0x6431346e/config-set-repro/blob/master/index.js