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