masto
    Preparing search index...

    Interface MediaConfigProps

    interface MediaConfigProps {
        mediaTimeout?: number;
    }
    Index

    Properties

    Properties

    mediaTimeout?: number

    Timeout milliseconds for media upload processing.

    When uploading media via /api/v2/media, the library polls the server to wait for media processing to complete before returning. This timeout controls how long to wait before giving up.

    Defaults to 60000 (60 seconds).

    The behavior of this option may change without any announcement.