Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoolConfig

Configuration for a Pool

Hierarchy

  • PoolConfig

Index

Properties

Optional autoHydrateSize

autoHydrateSize: number

How many instances should be created when getOne is called but there are no objects available anymore.

Optional initialSize

initialSize: number

How many instances should be hydrated into the pool on creation.

Generated using TypeDoc