Skip to content

Commit

Permalink
comm/iridium/IridiumManager: Cleanup.
Browse files Browse the repository at this point in the history
# Conflicts:
#	src/java/pt/lsts/neptus/comm/iridium/IridiumManager.java
  • Loading branch information
paulosousadias committed Sep 30, 2024
1 parent b113de5 commit 060d15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java/pt/lsts/neptus/comm/iridium/IridiumManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public IridiumMessenger getCurrentMessenger() {
}

private Runnable pollMessages = new Runnable() {
Date lastTime = new Date(System.currentTimeMillis() - 3600 * 1000);
Date lastTime = new Date(System.currentTimeMillis() - Duration.ofHours(1).toMillis());
Date lastCall;
boolean running = false;

Expand Down

0 comments on commit 060d15d

Please sign in to comment.