Copied from Telegram:
I might be missing something here but it seems like we never make PING except these scenarios
- sending PING to bootnodes while starting
- we try to initiate connection from out side when we receice PING from other peers.
- when we revalidate peers every 12hours.
and due to this we don't have large enough pool of peers to send FindNodes request even after few minutes.
Geth when sending FindNode makes sure that we have bonded with peer using PING.
I let the node run on hoodi without consensus client for 10minutes.
Copied from Telegram: