Added configurable node info interval

This commit is contained in:
Ben Meadors 2023-02-08 13:32:32 -06:00 committed by Thomas Göttgens
parent 8f84118cf1
commit 8fbce4fec3

View file

@ -112,6 +112,12 @@ message Config {
* Sets the role of node
*/
RebroadcastMode rebroadcast_mode = 6;
/*
* Send our nodeinfo this often
* Defaults to 15 minutes
*/
uint32 node_info_broadcast_secs = 1;
}
/*