Constant tor_dirmgr::storage::sqlite::DROP_OLD_BRIDGEDESCS

source ยท
const DROP_OLD_BRIDGEDESCS: &str = "DELETE FROM BridgeDescs WHERE ? > until OR fetched > ?;";
Available on crate feature bridge-client only.
Expand description

Query: Discard every bridge descriptor that is too old, or from the future. (Both ?=now.)