You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/p2p/Join/v2/syncFinished.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -144,7 +144,7 @@ export function selectNodesFromReadyList(mode: string): P2P.NodeListTypes.Node[]
144
144
145
145
if(config.debug.readyNodeDelay>0){
146
146
nestedCountersInstance.countEvent('p2p',`selectNodesFromReadyList: only returning nodes from the ready list that were added at least ${config.debug.readyNodeDelay} seconds ago`)
0 commit comments