Constant tor_dirmgr::storage::sqlite::DROP_OLD_CONSENSUSES

source ·
const DROP_OLD_CONSENSUSES: &str = "DELETE FROM Consensuses WHERE valid_until < ?;";
Expand description

Query: Discard every consensus that’s been expired for at least two days.