We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc9468 commit f351d8aCopy full SHA for f351d8a
bpf/kmesh/probes/probe.h
@@ -9,7 +9,7 @@
9
10
#define LONG_CONN_THRESHOLD_TIME (5 * 1000000000ULL) // 5s
11
12
-volatile __u32 enable_monitoring = 0;
+volatile __u32 enable_monitoring = 1;
13
14
static inline bool is_monitoring_enable()
15
{
0 commit comments