Hi All,
I'm working from the Thread CLI example, and I got a network of multiple thread devices that works just fine (they see each other, and can send/receive messages etc).
When I start the first node, it becomes the leader like it is supposed to, and any node started thereafter joins the network without becoming a leader. So far so good.
However, when I then turn off the leader, it often takes at least tens of seconds (up to more than a minute) for a new leader to be selected among the remaining nodes. I understand that this might be a deliberate implementational choice. However, since I would like the use the leader role to synchronize some specific tasks I have for the nodes I always need exactly one leader present. Furthermore, my thread devices are portable so a leader getting lost is definitely possible in my use case.
Is it possible to increase the rate at which the network will elect a new leader once a leader drops out?
I have searched the documentation for this, but I can't find any information on this.
Thanks!