Skip to content
DocsTry Aspire
DocsTry

ListmonkResource.withDatabaseMaxOpenConnections

Method
📦 CommunityToolkit.Aspire.Hosting.Listmonk v13.5.0
interface ListmonkResource {
// ... omitted for brevity
withDatabaseMaxOpenConnections(maxOpen: number): ListmonkResource;
}

Signature

methodwithDatabaseMaxOpenConnectionsbuilder
Configures the maximum number of open PostgreSQL connections.
withDatabaseMaxOpenConnections(maxOpen: number): ListmonkResource
maxOpennumber
ListmonkResource

Defined on

This method is defined on the following type: