Reduce the thread overhead in NodeMonitorUpdater.
Before, if N nodes connected quickly, this would spawn N threads all sleeping for 5 seconds before realizing they don't need to do anything.
Loading
Please register or sign in to comment
Before, if N nodes connected quickly, this would spawn N threads all sleeping for 5 seconds before realizing they don't need to do anything.