Browse Source

Set new value for update-batch-size for TE environment. (#7786)

Signed-off-by: Santiago Pericasgeertsen <[email protected]>

Signed-off-by: Santiago Pericasgeertsen <[email protected]>
Santiago Pericas-Geertsen 2 years ago
parent
commit
6f5939b7a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Java/helidon/nima/src/main/resources/application.yaml

+ 1 - 1
frameworks/Java/helidon/nima/src/main/resources/application.yaml

@@ -44,6 +44,6 @@ sql-pool-size: 1024
 db-repository: "pgclient"     # "pgclient" (default) or "hikari"
 
 # The following for pgclient only
-update-batch-size: 10
+update-batch-size: 5
 update-timeout-millis: 10000
 update-max-retries: 3