Skip to content

Commit

Permalink
Fix default connectionPool
Browse files Browse the repository at this point in the history
Fixes #180
  • Loading branch information
mdzor authored and jordansissel committed Jan 15, 2015
1 parent bd9a0a8 commit 754c109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/connection-pool.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The average PHP script will likely load the client, execute a few queries and th

In reality, if your script only executes a few queries, the sniffing concept is _too_ robust. It tends to be more useful in long-lived processes which potentially "out-live" a static list.

For this reason the default connection pool is currently the `staticConnectionPool`. You can, of course, change this default - but we strongly recommend you load test and verify that it does not negatively impact your performance.
For this reason the default connection pool is currently the `staticNoPingConnectionPool`. You can, of course, change this default - but we strongly recommend you load test and verify that it does not negatively impact your performance.

=== Changing the Connection Pool

Expand Down

0 comments on commit 754c109

Please sign in to comment.