Searched refs:RECORD_SIZE_LIMIT (Results 1 – 1 of 1) sorted by relevance
133 constexpr uint32_t RECORD_SIZE_LIMIT = 65535; in WriteRecord() local134 if (record.size() <= RECORD_SIZE_LIMIT) { in WriteRecord()150 uint32_t bytes_to_write = std::min(RECORD_SIZE_LIMIT - Record::header_size(), left_bytes); in WriteRecord()