diff options
| author | liuchang <[email protected]> | 2023-07-03 02:21:44 +0000 |
|---|---|---|
| committer | liuchang <[email protected]> | 2023-07-03 02:21:44 +0000 |
| commit | 04916e7f936589add5ef445e58994603dc1dd9b8 (patch) | |
| tree | fcac0deba19bc3a745db1814e37539dac2684bd1 /conf | |
| parent | 301613cec7f20aa45f4f56c958a38458a7f8f545 (diff) | |
TSG-15125: change max session num one polling can process
Diffstat (limited to 'conf')
| -rw-r--r-- | conf/shaping.conf | 2 |
1 files changed, 1 insertions, 1 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 ]} |
