MAX_CHUNK_ID_LENGTH

const val MAX_CHUNK_ID_LENGTH: Int = 512

Longest accepted chunk id.

A chunk id is a chunker-minted identifier: a UUID, a digest, or the fixed "__assertion__" marker. 512 leaves generous room for any of those, even with a connector-added prefix.