mirror of
https://github.com/mudler/LocalAI.git
synced 2024-12-19 20:57:54 +00:00
chore(p2p): lower default dht interval default
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
parent
dd270d58bd
commit
d58f9c333b
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user