Skip to content

perf: config, log#22

Open
jerryqi7 wants to merge 8 commits intomainfrom
optimized_sdk
Open

perf: config, log#22
jerryqi7 wants to merge 8 commits intomainfrom
optimized_sdk

Conversation

@jerryqi7
Copy link
Copy Markdown
Collaborator

@jerryqi7 jerryqi7 commented Sep 5, 2022

No description provided.

<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.12</version>
<scope>compile</scope>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

这个应该是test就行了吧

" socketTimeout:" + socketTimeout + " keepAliveTimeout:" + keepAliveTimeout +
" maxTotal:" + maxTotal + " maxPerRoute" + maxPerRoute +
" keyMaterialPath" + keyMaterialPath + " keyPassword" + keyPassword +
" storePassword" + storePassword + " trustMaterialPath" + trustMaterialPath;
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

拼接缺失逗号和冒号吧

// 异步起多个消费者
if (!isSync && hasConsumer && httpRequestPool == null) {
httpRequestPool = Executors.newFixedThreadPool(this.properties.getCorePoolSize());
for (int i = 0; i < threadCount; i++) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

配置没有收敛?

@zhangpengspin zhangpengspin force-pushed the main branch 2 times, most recently from b0ae9ba to 4a2f4ef Compare April 2, 2024 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants