Skip to content

Commit

Permalink
Fix removal of discovery results (#16232)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
  • Loading branch information
jlaur committed Jan 12, 2024
1 parent 4a03fea commit 444d824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ protected synchronized void stopScan() {
@Override
public void dispose() {
super.dispose();
removeOlderResults(Instant.now().getEpochSecond());
removeOlderResults(Instant.now().toEpochMilli());
}
}

0 comments on commit 444d824

Please sign in to comment.