maxLease constant

Duration const maxLease

The longest lease this bridge accepts.

The bound is what keeps "auto-release" a guarantee instead of a default: a caller may extend a session but cannot ask for an unbounded hold, and renewing is always available for a session that really does run longer.

Implementation

static const Duration maxLease = Duration(hours: 2);