Merge pull request #15 from ptemplier/patch-1

Typo ever -> every
This commit is contained in:
Stian Thorgersen 2016-09-28 06:54:58 +02:00 committed by GitHub
commit 7a9ecacc2e

View file

@ -34,7 +34,7 @@ documentation for your vendor's JDBC implementation should specify the format fo
Next define the `driver` you will use. This is the logical name of the JDBC driver you declared in the previous section of this
chapter.
It is expensive to open a new connection to a database ever time you want to perform a transaction. To compensate, the datasource
It is expensive to open a new connection to a database every time you want to perform a transaction. To compensate, the datasource
implementation maintains a pool of open connections. The `max-pool-size` specifies the maximum number of connections it will pool.
You may want to change the value of this depending on the load of your system.