Skip to content

Commit

Permalink
fix config incorrectly comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zengqiao committed Jan 13, 2022
1 parent 31b1ad8 commit fe0f6fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distribution/conf/application.yml.example
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ client-pool:
min-idle-client-num: 24 # 最小空闲客户端数
max-idle-client-num: 24 # 最大空闲客户端数
max-total-client-num: 24 # 最大客户端数
borrow-timeout-unit-ms: 3000 # 租借超时时间,单位秒
borrow-timeout-unit-ms: 3000 # 租借超时时间,单位毫秒
2 changes: 1 addition & 1 deletion kafka-manager-web/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,4 @@ client-pool:
min-idle-client-num: 24 # 最小空闲客户端数
max-idle-client-num: 24 # 最大空闲客户端数
max-total-client-num: 24 # 最大客户端数
borrow-timeout-unit-ms: 3000 # 租借超时时间,单位秒
borrow-timeout-unit-ms: 3000 # 租借超时时间,单位毫秒

0 comments on commit fe0f6fc

Please sign in to comment.