mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-01 23:10:49 +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 {
|
func GenerateToken() string {
|
||||||
// Generates a new config and exit
|
// Generates a new config and exit
|
||||||
newData := node.GenerateNewConnectionData(900)
|
newData := node.GenerateNewConnectionData(120)
|
||||||
return newData.Base64()
|
return newData.Base64()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user