Searched refs:REPORT_RETENTION_SECS (Results 1 – 2 of 2) sorted by relevance
32 PROFILE_OUTPUT_DIR, REPORT_OUTPUT_DIR, REPORT_RETENTION_SECS, TRACE_OUTPUT_DIR,177 if report_age > Duration::from_secs(REPORT_RETENTION_SECS) { in new()
32 pub const REPORT_RETENTION_SECS: u64 = 14 * 24 * 60 * 60; // 14 days. constant