PRUNE

Constant PRUNE 

Source
pub const PRUNE: &str = "DELETE FROM\n  peer_meta\nWHERE\n  expires_at < unixepoch() * 1000000;\n";