fix: increase keep alive interval

This commit is contained in:
Richard Ramos 2022-11-25 16:55:06 -04:00 committed by RichΛrd
parent 3620a6b222
commit 821ac2af1b
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@ func main() {
},
&cli.DurationFlag{
Name: "keep-alive",
Value: 20 * time.Second,
Usage: "Interval in seconds for pinging peers to keep the connection alive.",
Value: 5 * time.Minute,
Usage: "Interval of time for pinging peers to keep the connection alive.",
Destination: &options.KeepAlive,
},
&cli.BoolFlag{