Skip to content

Commit a290fac

Browse files
committed
max res. 2
1 parent 8af0916 commit a290fac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/P2P/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ export class OceanP2P extends EventEmitter {
401401
servicesConfig = {
402402
...servicesConfig,
403403
...{
404-
circuitRelay: circuitRelayServer()
404+
circuitRelay: circuitRelayServer({ reservations: { maxReservations: 2 } })
405405
}
406406
}
407407
}

0 commit comments

Comments
 (0)