From 754c109db8ad4af68af2a3ad6b9892d9e4b3c492 Mon Sep 17 00:00:00 2001 From: mdzor Date: Fri, 16 Jan 2015 00:46:10 +0700 Subject: [PATCH] Fix default connectionPool Fixes #180 --- docs/connection-pool.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/connection-pool.asciidoc b/docs/connection-pool.asciidoc index c0bf25956..25d9df4f7 100644 --- a/docs/connection-pool.asciidoc +++ b/docs/connection-pool.asciidoc @@ -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