Skip to content

web-source: Minimise get_internet_available() calls

Bastien Nocera requested to merge wip/hadess/reduce-internet-avail into master

Rather than calling get_internet_available() too often, use the cached ->internet_available variable and call get_internet_available() when network status has actually changed.

Merge request reports