pub async fn p2p_prune(
    db: &DbWrite<DbKindP2pAgents>,
    local_agents: Vec<Arc<KitsuneAgent>, Global>
) -> impl Future<Output = Result<(), DatabaseError>>
Expand description

Prune all expired AgentInfoSigned records from the p2p_store