summaryrefslogtreecommitdiff
path: root/shaping
diff options
context:
space:
mode:
author刘畅 <[email protected]>2024-04-30 06:18:40 +0000
committer刘畅 <[email protected]>2024-04-30 06:18:40 +0000
commita970d705ac6c8783c31e956f73bd6c58a832a60a (patch)
tree42abace85d8f68ce90d0c33c457a56aae134a3cf /shaping
parent830dd2a4a3c799bcb99c3469ae2c9dbe92c62c4b (diff)
parent8c0eb8635746aefdc2ad5af42708d8451fb65bf5 (diff)
Merge branch 'support_max_thread_num_256-24.02' into 'dev-24.02'v3.1.33(24.02)dev-24.02
support max thread num 256 See merge request tango/shaping-engine!92
Diffstat (limited to 'shaping')
-rw-r--r--shaping/include/shaper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/shaping/include/shaper.h b/shaping/include/shaper.h
index 46bc07f..f0c1039 100644
--- a/shaping/include/shaper.h
+++ b/shaping/include/shaper.h
@@ -25,7 +25,7 @@ extern "C" {
#define CONFIRM_PRIORITY_PKTS 20
-#define SHAPING_WROK_THREAD_NUM_MAX 128
+#define SHAPING_WROK_THREAD_NUM_MAX 256
#define SHAPING_STAT_REFRESH_INTERVAL_SEC 2
#define SHAPING_STAT_REFRESH_MAX_PER_POLLING 5