mirror of https://github.com/status-im/go-waku.git
fix: increase keep alive interval
This commit is contained in:
parent
3620a6b222
commit
821ac2af1b
4
waku.go
4
waku.go
|
@ -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{
|
||||
|
|
Loading…
Reference in New Issue