Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-06-20 11:38:36 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-06-20 11:39:04 +0300
commit8206b14749e2583895023312c2143116c2480a50 (patch)
treea44a95f5b0f64735ec47f0e0734ec68098587d04 /redis.c
parent95c8aab9dfc60890d713f48d78f4e43c373843bf (diff)
Enable connection pooling by default
Diffstat (limited to 'redis.c')
-rw-r--r--redis.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redis.c b/redis.c
index ea184755..15a5038e 100644
--- a/redis.c
+++ b/redis.c
@@ -84,7 +84,7 @@ PHP_INI_BEGIN()
PHP_INI_ENTRY("redis.clusters.timeout", "0", PHP_INI_ALL, NULL)
/* redis pconnect */
- PHP_INI_ENTRY("redis.pconnect.pooling_enabled", "0", PHP_INI_ALL, NULL)
+ PHP_INI_ENTRY("redis.pconnect.pooling_enabled", "1", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("redis.pconnect.connection_limit", "0", PHP_INI_ALL, NULL)
/* redis session */