Skip to content
Commit 68f62226 authored by Stephen Connolly's avatar Stephen Connolly
Browse files

Prevent a storm of node monitor updates when there is a storm of nodes coming...

Prevent a storm of node monitor updates when there is a storm of nodes coming on line within 1 second

- The old code would result in multiple triggered updates, with corresponding interrupts of in-progress updates
  when faced with lots of slaves coming on line within 1 second of each other.

- New code will ensure that one and only one of the scheduled tasks (i.e. the last one) will trigger the updates.
parent 1587511c
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment