mirror of
https://github.com/logos-messaging/logos-messaging-go.git
synced 2026-01-11 02:13:08 +00:00
Merge branch 'master' into safe-priority-queue
This commit is contained in:
commit
e682a1d1eb
@ -59,7 +59,7 @@ func (w *WakuNode) startKeepAlive(ctx context.Context, randomPeersPingDuration t
|
||||
if allPeersPingDuration != 0 {
|
||||
allPeersTicker := time.NewTicker(allPeersPingDuration)
|
||||
defer allPeersTicker.Stop()
|
||||
randomPeersTickerC = allPeersTicker.C
|
||||
allPeersTickerC = allPeersTicker.C
|
||||
}
|
||||
|
||||
lastTimeExecuted := w.timesource.Now()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user