pub const NUM_PLATFORM_MAX_ROAMS_PER_DAY: usize = 5;Expand description
This is how many past roam events will be remembered for limiting roams per day. Each roam monitor implementation decides how to limit roams per day, and this number must be greater than or equal to all of them.