Skip to content

Commit

Permalink
fix: update src/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
wemeetagain authored Jul 22, 2022
1 parent e7f6cbd commit ef0e1a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ export class GossipSub extends EventEmitter<GossipsubEvents> implements Initiali
readonly opts: Required<GossipOptions>
private readonly metrics: Metrics | null
private status: GossipStatus = { code: GossipStatusCode.stopped }
private maxInboundStreams: number
private maxOutboundStreams: number
private maxInboundStreams?: number
private maxOutboundStreams?: number

private heartbeatTimer: {
_intervalId: ReturnType<typeof setInterval> | undefined
Expand Down

0 comments on commit ef0e1a3

Please sign in to comment.