Skip to content

Commit 0ebe409

Browse files
authored
Fix: remove default key size
`[email protected]` doesn't support keys < 2048 so let the implementation decide what the default key size should be
1 parent 720b0c0 commit 0ebe409

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ipfsd-daemon.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ class Daemon {
8888
const opts = merge(
8989
{
9090
emptyRepo: false,
91-
bits: this.opts.test ? 1024 : 2048,
9291
profiles: this.opts.test ? ['test'] : []
9392
},
9493
typeof this.opts.ipfsOptions.init === 'boolean' ? {} : this.opts.ipfsOptions.init,

0 commit comments

Comments
 (0)