CmpStr - v3.2.1
    Preparing search index...

    Interface PoolConfig

    PoolConfig defines the configuration for a buffer pool.

    interface PoolConfig {
        allowOversize: boolean;
        maxItemSize: number;
        maxSize: number;
        type: PoolType;
    }
    Index

    Properties

    allowOversize: boolean
    maxItemSize: number
    maxSize: number
    type: PoolType