prorm API Reference
    Preparing search index...

    Interface GrantLeaseOptions

    Options for grantLease().

    interface GrantLeaseOptions {
        autoKeepAlive?: boolean;
    }
    Index
    autoKeepAlive?: boolean

    Whether the lease is kept alive automatically in the background. Defaults to true, matching etcd3. Set false to manage keep-alives yourself via keepAliveOnce().