Skip to content

Commit

Permalink
reanalyze metadata on forced refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
redmitry committed Mar 13, 2024
1 parent f3303ef commit 46083bf
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ public void updateBeacons() {
hashes.clear();
errors.clear();
endpoints.values().forEach(e -> updateBeacon(e));

config_updated_event.fireAsync(new NetworkConfigUpdatedEvent());
}

/**
Expand Down

0 comments on commit 46083bf

Please sign in to comment.