mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-29 15:04:59 +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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue