diff options
| author | 刘畅 <[email protected]> | 2023-07-03 07:26:34 +0000 |
|---|---|---|
| committer | 刘畅 <[email protected]> | 2023-07-03 07:26:34 +0000 |
| commit | e11ba15dbb2309aa7e3f3ea6659056befbca174e (patch) | |
| tree | 4ec9a31f2c25b12b25962f710e155333f9ed7274 | |
| parent | 301613cec7f20aa45f4f56c958a38458a7f8f545 (diff) | |
| parent | 0426071f29e2bd4eeb644fa8f71675e05ed35301 (diff) | |
Merge branch 'modify_max_session_num_polling_process' into 'rel'
Modify max session num polling process
See merge request tango/shaping-engine!34
| -rw-r--r-- | conf/shaping.conf | 2 | ||||
| -rw-r--r-- | shaping/test/test_conf/shaping.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conf/shaping.conf b/conf/shaping.conf index cc0ab27..0fc74b7 100644 --- a/conf/shaping.conf +++ b/conf/shaping.conf @@ -39,5 +39,5 @@ LINE_PROTOCOL_SERVER_PORT=6667 #PROFILE_QUEUE_LEN_PER_PRIORITY_MAX=128 SESSION_QUEUE_LEN_MAX=128 QUEUEING_SESSIONS_PER_PRIORITY_PER_THREAD_MAX=1024 -POLLING_NODE_NUM_MAX={"polling_node_num_max":[ 3, 2, 2, 1, 1, 1, 1, 1, 1, 1 ]} +POLLING_NODE_NUM_MAX={"polling_node_num_max":[ 3, 2, 2, 2, 2, 2, 2, 2, 2, 2 ]} diff --git a/shaping/test/test_conf/shaping.conf b/shaping/test/test_conf/shaping.conf index e76cdeb..bcba85c 100644 --- a/shaping/test/test_conf/shaping.conf +++ b/shaping/test/test_conf/shaping.conf @@ -40,5 +40,5 @@ LINE_PROTOCOL_SERVER_PORT=6667 #PROFILE_QUEUE_LEN_PER_PRIORITY_MAX=128 SESSION_QUEUE_LEN_MAX=128 QUEUEING_SESSIONS_PER_PRIORITY_PER_THREAD_MAX=1024 -POLLING_NODE_NUM_MAX={"polling_node_num_max":[ 3, 2, 2, 1, 1, 1, 1, 1, 1, 1 ]} +POLLING_NODE_NUM_MAX={"polling_node_num_max":[ 3, 2, 2, 2, 2, 2, 2, 2, 2, 2 ]} |
