Skip to content

Commit

Permalink
chore(p2p): lower default dht interval default
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <[email protected]>
  • Loading branch information
mudler committed Aug 19, 2024
1 parent dd270d5 commit d58f9c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/p2p/p2p.go
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}

Expand Down

0 comments on commit d58f9c3

Please sign in to comment.