API Core - v1.5.0
    Preparing search index...

    Variable DEFAULT_TRANSIENT_RETRY_OPTIONSConst

    DEFAULT_TRANSIENT_RETRY_OPTIONS: Pick<
        RetryBackoffOptions,
        "initialDelayMs"
        | "jitterRatio"
        | "maxDelayMs"
        | "maxRetries",
    > = ...

    Default transient-retry budget shared by every consuming client. Keeping these in one place prevents drift: if we decide to tune the upper bound or jitter ratio, we update a single constant instead of one per consumer.