Companion

object Companion

Properties

Link copied to clipboard
const val MAX_RUN_ID_LENGTH: Int = 256

Longest run id DICE accepts. #67 keys stored runs on this string and indexes it, so an unbounded id would become an unbounded key. A uuid, a ULID, or a host's own correlation id all fit with room to spare.