We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ec36f commit c147aafCopy full SHA for c147aaf
core/src/main/java/haveno/core/trade/Trade.java
@@ -2476,7 +2476,7 @@ public void maybePublishTradeStatistics() {
2476
// publish after random delay within 24 hours
2477
UserThread.runAfterRandomDelay(() -> {
2478
if (!isShutDownStarted) doPublishTradeStatistics();
2479
- }, 0, 24, TimeUnit.HOURS);
+ }, 0, 24 * 60 * 60 * 1000, TimeUnit.MILLISECONDS);
2480
}
2481
2482
0 commit comments