Log how many people we are following at each relay when we connect

This commit is contained in:
Mike Dilger 2023-01-11 07:14:01 +13:00
parent 61105e5e4e
commit 84854af90a

View File

@ -283,6 +283,7 @@ impl Minion {
};
let followed_pubkeys = GLOBALS.people.read().await.get_followed_pubkeys();
tracing::debug!("Following {} people at {}", followed_pubkeys.len(), &self.url);
// Compute how far to look back
let (feed_since, special_since) = {