Companion

object Companion

Properties

Link copied to clipboard
const val DEFAULT_REPORT_LIMIT: Int = 20

What a read returns when a caller names no limit.

Link copied to clipboard
const val MAX_REPORT_LIMIT: Int = 200

The most reports one read returns. A drift log grows once per check per schema forever, so an operator asking for "everything" would work on a laptop and time out in production after a month of hourly checks. Page by moving since backwards.

Link copied to clipboard
const val MIN_REPORT_LIMIT: Int = 1

The smallest useful read. Asking for none of a bounded read is a mistake worth naming.