Skip to content

pool: Add a builder so connection options are immutable

Legoktm requested to merge pool-builder into main

We want all sub-pools to have the same connection options, so require that pool_max is modified at construction time via a builder.

Bug: T325951

Merge request reports