diff --git a/core/p2p/p2p.go b/core/p2p/p2p.go index c1039f58..1a45da23 100644 --- a/core/p2p/p2p.go +++ b/core/p2p/p2p.go @@ -29,7 +29,7 @@ import ( func GenerateToken() string { // Generates a new config and exit - newData := node.GenerateNewConnectionData(900) + newData := node.GenerateNewConnectionData(120) return newData.Base64() }