forked from snxraven/p2ns
tests
This commit is contained in:
@@ -92,5 +92,7 @@ module.exports = {
|
||||
lastReconnectionAttempt: new Map(), // Map<peerId, timestamp>
|
||||
// Invite diagnostics tracking
|
||||
consecutiveInviteFailures: 0,
|
||||
networkConsensusTimer: null
|
||||
networkConsensusTimer: null,
|
||||
// Pending invite requests queue for when master isn't ready
|
||||
pendingInviteRequests: new Map() // Map<peerId, {timestamp, retryCount}>
|
||||
};
|
||||
Reference in New Issue
Block a user