diff options
| author | root <[email protected]> | 2023-09-19 03:01:11 +0000 |
|---|---|---|
| committer | root <[email protected]> | 2023-09-19 03:01:11 +0000 |
| commit | a3c6b5c1fd32c869cb2152e4274fd87929e4d59c (patch) | |
| tree | 648b8f499a3566642d701b02c7920eb894a693bb /shaping/src/shaper_maat.cpp | |
| parent | 5dfb14050b72d3cb10a4c9f61140b15780e5ff72 (diff) | |
remove centos7 for ci and optimize frequency of request to swarmkv for queue_len
Diffstat (limited to 'shaping/src/shaper_maat.cpp')
| -rw-r--r-- | shaping/src/shaper_maat.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/src/shaper_maat.cpp b/shaping/src/shaper_maat.cpp index 4b4f21f..64db3e6 100644 --- a/shaping/src/shaper_maat.cpp +++ b/shaping/src/shaper_maat.cpp @@ -381,7 +381,7 @@ void shaper_rules_update(struct shaping_thread_ctx *ctx, struct shaping_flow *sf } if (sf->rule_num > 0 && priority_changed) { - shaper_stat_refresh(ctx->stat, sf, ctx->thread_index, 1); + shaper_stat_refresh(ctx, sf, ctx->thread_index, 1); } sf->rule_num += rule_num; |
