Commit c7d2d609 authored by Juan Batiz-Benet's avatar Juan Batiz-Benet

Merge pull request #1111 from ipfs/init-lower-key-size

init: lower default rsa key size to 2048 for now
parents bafcaaeb 16f56e1c
......@@ -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{
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment