From 86bdf582b83d6b74511e8b28e36345a8714284b7 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 23 Oct 2023 08:49:27 +0000 Subject: TSG-17402: adjust session refresh fieldstat interval to 0.1s --- shaping/src/shaper_stat.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3