Skip to content

Reduce influx calls for disabled links

Kees Benkendorfer requested to merge dev-influx into dev

This MR skips repeated influx calls when a link is disabled. Now the influx status is set once, when the link is initially disabled, and not touched again until the link status changes. This makes the update loop much faster when there are many disabled links.

Merge request reports