Resources constructor
Resources({})
Creates a new resource manager.
Implementation
Resources({
this.maxReservations = 128,
this.maxConnections = 128,
this.reservationTtl = 3600,
this.connectionDuration = 3600,
this.connectionData = 1 << 20, // 1 MiB
});