We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e26d45b commit a07ffa3Copy full SHA for a07ffa3
1 file changed
utils/Canary/src/main/java/canary/mqtt5/Mqtt5Canary.java
@@ -745,7 +745,6 @@ public static void main(String[] args) {
745
746
// Check if it's time to print memory usage report
747
if (secondsDifference >= nextMemoryCheckSeconds) {
748
- PrintMemoryUsageReport(secondsDifference, operationsExecuted * configClients);
749
nextMemoryCheckSeconds += MEMORY_CHECK_INTERVAL_SECONDS;
750
}
751
} catch (ArithmeticException ex) {
0 commit comments