On this page:
Pool  Config
8.16.0.4

7 Connection Pool Configuration🔗ℹ

class

class PoolConfig():

  constructor (

    ~max_size: max_size :: PosInt || matching(#inf) = 128,

    ~idle_timeout_seconds: idle_timeout :: maybe(PosReal) = 600

  )

Represents a connection pool configuration for use in creating a Session.