DEFAULT_ROTATION_INTERVAL

Constant DEFAULT_ROTATION_INTERVAL 

Source
pub const DEFAULT_ROTATION_INTERVAL: &str = "720h";
Expand description

Default rotation interval (720 hours = 30 days)

Default value for the rotate_after field when auto_rotate is enabled. Balances security (regular rotation) with operational stability (not too frequent).

This is specified as a Go duration string: "720h"