circu.js
    Preparing search index...

    Interface ConnPoolOptions

    Connection pool configuration options

    interface ConnPoolOptions {
        maxConnections?: number;
        maxConnectionsPerHost?: number;
        pipelining?: boolean;
    }
    Index

    Properties

    maxConnections?: number

    Maximum total connections

    maxConnectionsPerHost?: number

    Maximum connections per host

    pipelining?: boolean

    Enable HTTP/2 multiplexed pipelining