diff options
| author | John Doe <[email protected]> | 2023-12-01 07:52:56 +0000 |
|---|---|---|
| committer | John Doe <[email protected]> | 2023-12-01 09:30:53 +0000 |
| commit | 604a5d3b8c1447c0bbc29995f16e1b74c087638a (patch) | |
| tree | b77426e44564e9b0b3a83d6d14a8f4abab21340a /source | |
| parent | 96139f8e02f2b57c3129614dfcb931a3a3769969 (diff) | |
DEFAULT_DUMP_RESET_SEC 5s -> 10s
Diffstat (limited to 'source')
| -rw-r--r-- | source/module/monitor_proc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/module/monitor_proc.h b/source/module/monitor_proc.h index 784cef6..8a38f60 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 5 // 5s +#define DEFAULT_DUMP_RESET_SEC 10 // 10s extern int def_interval_ns; extern int dump_reset_sec; |
