I’m having a hard time figuring out how the peers are managed.
Most of the time I get only 10 peers connected, which I thought was some kind of soft-limit / target. I can’t find that in the source though - the only relevant thing was the 32 disconnected entries for the seed (https://github.com/radicle-dev/radicle-bins/blob/f8338de0cfd6182eaa6d5c6392d545d515bb3dfe/seed/src/frontend.rs#L38).
However today I woke up to the upstream client saying “You’re connected to 160 peers.” (I’ve got only 2 seeds configured)
What kind of behaviour should I expect? And is the upstream peer finding / gossiping behaviour different than seed’s?