mirror of
https://github.com/status-im/go-waku.git
synced 2025-01-28 22:46:01 +00:00
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…
x
Reference in New Issue
Block a user