pub const MAX_ROTATION_INTERVAL_HOURS: u64 = 8760;Expand description
Maximum rotation interval in hours (8760 hours = 365 days = 1 year)
RNDC keys must be rotated at least once per year for security compliance.
This is the upper bound for the rotate_after configuration.