interface Options {
    connectTimeout?: number;
}

Properties

Properties

connectTimeout?: number

Connect timeout (in milliseconds).

10000