Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
谢明辉
/
VVAS-Match
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a19efee4
authored
Sep 02, 2024
by
姚冰
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
[chg] 添加es配置参数
1 parent
fb433408
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
src/main/java/com/viontech/match/config/CustomElasticsearchProperties.java
src/main/java/com/viontech/match/config/CustomElasticsearchProperties.java
View file @
a19efee
...
@@ -39,11 +39,11 @@ public class CustomElasticsearchProperties {
...
@@ -39,11 +39,11 @@ public class CustomElasticsearchProperties {
private
boolean
customized
=
false
;
private
boolean
customized
=
false
;
private
Integer
ioThreadCount
;
private
Integer
ioThreadCount
=
20
;
private
Integer
maxConnTotal
;
private
Integer
maxConnTotal
=
100
;
private
Integer
maxConnPerRoute
;
private
Integer
maxConnPerRoute
=
20
;
public
List
<
String
>
getUris
()
{
public
List
<
String
>
getUris
()
{
return
this
.
uris
;
return
this
.
uris
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment