prorm API Reference
    Preparing search index...

    Interface StatementTimeoutOptions

    Options for

    decorator

    interface StatementTimeoutOptions {
        timeout: number;
        scope?: "global" | "session";
    }
    Index
    timeout: number

    Timeout in milliseconds 0 means no timeout

    scope?: "global" | "session"

    Whether to set timeout per session or global Default: 'session'