Skip to content

Commit

Permalink
Use the default pipeliningLimit in the "vertx-web-kotlinx" portion …
Browse files Browse the repository at this point in the history
…for testing purposes

The single query test performance seems not affected.
  • Loading branch information
ShreckYe committed Nov 18, 2024
1 parent c83480a commit ae7d3a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class MainVerticle(val hasDb: Boolean) : CoroutineVerticle(), CoroutineRouterSup
user = "benchmarkdbuser",
password = "benchmarkdbpass",
cachePreparedStatements = true,
pipeliningLimit = 100000
//pipeliningLimit = 100000
)
).coAwait()

Expand Down

0 comments on commit ae7d3a3

Please sign in to comment.