We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aadf1c2 commit 3963fe3Copy full SHA for 3963fe3
1 file changed
utils/Canary/src/main/java/canary/mqtt5/Mqtt5Canary.java
@@ -79,7 +79,7 @@ public class Mqtt5Canary {
79
static byte[] payload_bytes;
80
81
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
+ private static final long MEMORY_CHECK_INTERVAL_SECONDS = 60; // 10 minutes
83
84
static void printUsage() {
85
System.out.println(
0 commit comments