Skip to content

Commit 8af0916

Browse files
committed
no max reservations
1 parent 2cc0fec commit 8af0916

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/components/P2P/index.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,7 @@ export class OceanP2P extends EventEmitter {
401401
servicesConfig = {
402402
...servicesConfig,
403403
...{
404-
circuitRelay: circuitRelayServer({
405-
reservations: { maxReservations: 2 }
406-
})
404+
circuitRelay: circuitRelayServer()
407405
}
408406
}
409407
}

0 commit comments

Comments
 (0)