diff options
| author | root <[email protected]> | 2024-01-03 10:08:11 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2024-01-03 10:08:11 +0000 |
| commit | bd138432738b573731aa8c92653a2b2dc204f1dd (patch) | |
| tree | d010b00580a8a433543fd84180d8472efeaa73c8 /shaping/src/shaper_stat.cpp | |
| parent | a12eedd985ca300bb0b4654c4f6b985692984dc8 (diff) | |
TSG-17993, TSG-18224, TSG-18230: 提高优先级信息刷新频率到每秒100次
Diffstat (limited to 'shaping/src/shaper_stat.cpp')
| -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 d8895fa..db5b5f7 100644 --- a/shaping/src/shaper_stat.cpp +++ b/shaping/src/shaper_stat.cpp @@ -14,7 +14,7 @@ #define SHAPER_STAT_ROW_NAME "traffic_shaping_rule_hits" -#define SHAPER_STAT_REFRESH_TIME_NS 100000000 //0.1s +#define SHAPER_STAT_REFRESH_TIME_NS 10000000 //10 ms struct shaper_stat_conf { int enable_backgroud_thread; |
