summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorJohn Doe <[email protected]>2023-12-11 07:49:23 +0000
committerJohn Doe <[email protected]>2023-12-11 07:49:23 +0000
commitfecaa06c794f93982afb0ab316a1ad469a8715aa (patch)
tree8de976f12b7ea741b7ade3ca1ddfc0323eca3b1b /source
parent894a10c48642d4f2948a7f5ef0ec3e8a8bfbb5ab (diff)
DEFAULT_DUMP_RESET_SEC 10 -> 60
Diffstat (limited to 'source')
-rw-r--r--source/module/monitor_proc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/module/monitor_proc.h b/source/module/monitor_proc.h
index 8a38f60..5afe3d3 100644
--- a/source/module/monitor_proc.h
+++ b/source/module/monitor_proc.h
@@ -2,7 +2,7 @@
#define MODULE_MONITOR_PROC_H
#define DEFAULT_INTERVAL_NS 10000 // 10us
-#define DEFAULT_DUMP_RESET_SEC 10 // 10s
+#define DEFAULT_DUMP_RESET_SEC 60 // 10s
extern int def_interval_ns;
extern int dump_reset_sec;