CmpStr - v3.2.1
GitHub
npm
jsDelivr
Docs
Support
Example
Preparing search index...
utils/Types
PoolConfig
Interface PoolConfig
PoolConfig defines the configuration for a buffer pool.
interface
PoolConfig
{
allowOversize
:
boolean
;
maxItemSize
:
number
;
maxSize
:
number
;
type
:
PoolType
;
}
Index
Properties
allow
Oversize
max
Item
Size
max
Size
type
Properties
allow
Oversize
allowOversize
:
boolean
max
Item
Size
maxItemSize
:
number
max
Size
maxSize
:
number
type
type
:
PoolType
Settings
Member Visibility
Protected
Private
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allow
Oversize
max
Item
Size
max
Size
type
GitHub
npm
jsDelivr
Docs
Support
Example
CmpStr - v3.2.1
Loading...
PoolConfig defines the configuration for a buffer pool.