mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-23 11:27:42 +08:00
Merge pull request #1111 from ipfs/init-lower-key-size
init: lower default rsa key size to 2048 for now
This commit is contained in:
commit
c7d2d6090a
@ -18,7 +18,7 @@ import (
|
||||
u "github.com/ipfs/go-ipfs/util"
|
||||
)
|
||||
|
||||
const nBitsForKeypairDefault = 4096
|
||||
const nBitsForKeypairDefault = 2048
|
||||
|
||||
var initCmd = &cmds.Command{
|
||||
Helptext: cmds.HelpText{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user