OpenClaw SDK
    Preparing search index...

    Interface TimeoutManagerConfig

    Configuration for TimeoutManager

    interface TimeoutManagerConfig {
        defaultTimeoutMs?: number;
        warnOnClear?: boolean;
    }
    Index

    Properties

    defaultTimeoutMs?: number

    Default timeout in milliseconds

    warnOnClear?: boolean

    Whether to warn on cleared timeouts