Constant tor_dirmgr::storage::sqlite::DROP_OLD_AUTHCERTS

source ยท
const DROP_OLD_AUTHCERTS: &str = "DELETE FROM Authcerts WHERE expires < ?;";
Expand description

Query: Discard every expired authority certificate.