So I am planning to use gossipsub to send device status updates to all peers continuously. However, since each device on the network will be effectively screaming about its status I want to make sure that the send interval is long enough so that I don’t overwhelm the network.
Is it safe to send a gossipsub every 5 seconds or is that going to cause problems? I also would like a way to discard outdated data so that old messages aren’t taking up bandwidth.