Skip to content

Commit

Permalink
feat(defaults): add the option for configuring ES client batch size. (#…
Browse files Browse the repository at this point in the history
…139)

Co-authored-by: mansoor.sajjad <[email protected]>
  • Loading branch information
mansoor-sajjad and mansoor.sajjad authored Dec 5, 2022
1 parent 32b4e52 commit a01cb6c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config/defaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@
}
},
"dbclient": {
"statFrequency": 10000
"statFrequency": 10000,
"batchSize": 500
},
"api": {
"accessLog": "common",
Expand Down
3 changes: 2 additions & 1 deletion test/expected-deep.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
}
},
"dbclient": {
"statFrequency": 10000
"statFrequency": 10000,
"batchSize": 500
},
"api": {
"accessLog": "common",
Expand Down

0 comments on commit a01cb6c

Please sign in to comment.