pub const MIN_ROTATION_INTERVAL_HOURS: u64 = 1;Expand description
Minimum rotation interval in hours (1 hour)
RNDC keys cannot be rotated more frequently than once per hour. This prevents infinite reconciliation loops and rate-limits rotation operations.