|
@@ -1,5 +1,5 @@
|
|
|
#
|
|
|
-# Copyright (c) 2022 Oracle and/or its affiliates.
|
|
|
+# Copyright (c) 2022, 2023 Oracle and/or its affiliates.
|
|
|
#
|
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
|
# you may not use this file except in compliance with the License.
|
|
@@ -22,8 +22,8 @@ server:
|
|
|
port: 8080
|
|
|
backlog: 8192
|
|
|
receive-buffer-size: 64000
|
|
|
- # set write-queue-length to 0 to disable async writes
|
|
|
- write-queue-length: 1024
|
|
|
+ # set write-queue-length to 0 or not setting it will disable async writes
|
|
|
+ # write-queue-length: 1024
|
|
|
connection-options:
|
|
|
read-timeout-seconds: 0
|
|
|
connect-timeout-seconds: 0
|
|
@@ -41,10 +41,10 @@ host: "tfb-database"
|
|
|
db: "hello_world"
|
|
|
username: benchmarkdbuser
|
|
|
password: benchmarkdbpass
|
|
|
-sql-pool-size: 1024
|
|
|
+sql-pool-size: 200
|
|
|
db-repository: "pgclient" # "pgclient" (default) or "hikari"
|
|
|
|
|
|
# The following for pgclient only
|
|
|
-update-batch-size: 5
|
|
|
+update-batch-size: 4
|
|
|
update-timeout-millis: 10000
|
|
|
update-max-retries: 3
|