MAX_CONTENT_HASH_LENGTH

const val MAX_CONTENT_HASH_LENGTH: Int = 256

Longest accepted content hash.

A content hash is a digest, and SHA-512 in hex is the longest common one at 128 characters, so 256 covers that with room to spare for any other encoding a connector might use.