Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Luis Barreiro <[email protected]>
  • Loading branch information
MichalMaler and barreiro authored Sep 13, 2023
1 parent e788f51 commit 0dd6aa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/datasource.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ When you add a driver to the test scope, Quarkus automatically includes the spec

==== JDBC connection pool size adjustment

To protect your database from overloading during the transaction load peaks, size the pool adequately to throttle the database load.
To protect your database from overloading during load peaks, size the pool adequately to throttle the database load.
The optimal pool size depends on many factors, such as the number of parallel application users or the nature of the workload.

Be aware that setting the pool size too low might cause some requests to time out while waiting for a connection.
Expand Down Expand Up @@ -311,7 +311,7 @@ quarkus.datasource.reactive.max-size=20

===== Reactive connection pool size adjustment

To protect your database from overloading during the transaction load peaks, size the pool adequately to throttle the database load.
To protect your database from overloading during load peaks, size the pool adequately to throttle the database load.
The proper size always depends on many factors, such as the number of parallel application users or the nature of the workload.

Be aware that setting the pool size too low might cause some requests to time out while waiting for a connection.
Expand Down

0 comments on commit 0dd6aa8

Please sign in to comment.