drupflare/worker - v1.0.0
    Preparing search index...

    Variable DO_MAX_RECORD_BYTESConst

    DO_MAX_RECORD_BYTES: 2199995 = 2_199_995

    The Durable Object ceiling on a single stored record.

    Reported alongside the statement cap because they bite at different sizes and a migration has to score against both: a value can sit comfortably inside the record cap and still be unexportable, since inlining it as a SQL literal costs two hex characters per byte.