Skip to content

Commit 3963fe3

Browse files
committed
print more memory usage
1 parent aadf1c2 commit 3963fe3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

utils/Canary/src/main/java/canary/mqtt5/Mqtt5Canary.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public class Mqtt5Canary {
7979
static byte[] payload_bytes;
8080

8181
private static final int MAX_PAYLOAD_SIZE = 65535; // Use UINT64_MAX for the payload size
82-
private static final long MEMORY_CHECK_INTERVAL_SECONDS = 600; // 10 minutes
82+
private static final long MEMORY_CHECK_INTERVAL_SECONDS = 60; // 10 minutes
8383

8484
static void printUsage() {
8585
System.out.println(

0 commit comments

Comments
 (0)