Skip to content
DocsTry Aspire
DocsTry

ListmonkResource.withDatabaseMaxIdleConnections

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

Signature

methodwithDatabaseMaxIdleConnectionsbuilder
Configures the maximum number of idle PostgreSQL connections.
withDatabaseMaxIdleConnections(maxIdle: number): ListmonkResource
maxIdlenumber
ListmonkResource

Defined on

This method is defined on the following type: