diff options
| author | 刘畅 <[email protected]> | 2023-10-23 09:07:08 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-10-23 09:07:08 +0000 |
| commit | 7ce4f3abd8ae83c95bee215c272b354d1a6143e7 (patch) | |
| tree | d53ecf46dcb8ab425d7b485065a67f1952d6d61d | |
| parent | e3266ecfcb392548b4961810c5c931a2c32edb50 (diff) | |
| parent | 86bdf582b83d6b74511e8b28e36345a8714284b7 (diff) | |
Merge branch 'adjust_refresh_fieldstat_frequency' into 'rel'v1.3.6
adjust session refresh fieldstat interval to 0.1s
See merge request tango/shaping-engine!48
| -rw-r--r-- | shaping/src/shaper_stat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/src/shaper_stat.cpp b/shaping/src/shaper_stat.cpp index ef0cc75..c06f19d 100644 --- a/shaping/src/shaper_stat.cpp +++ b/shaping/src/shaper_stat.cpp @@ -15,7 +15,7 @@ #define SHAPER_STAT_ROW_NAME "traffic_shaping_rule_hits" -#define SHAPER_STAT_REFRESH_TIME_NS 500000000 //0.5s +#define SHAPER_STAT_REFRESH_TIME_NS 100000000 //0.1s struct shaper_stat_conf { int enable_backgroud_thread; |
