From 306fa25c19d9164a0c3e2dea20ad19e683319a5f Mon Sep 17 00:00:00 2001 From: michael-grunder Date: Tue, 9 Mar 2021 11:21:24 -0800 Subject: Smaller default retry count See #1908 --- redis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'redis.c') diff --git a/redis.c b/redis.c index 7af10950..481ccb20 100644 --- a/redis.c +++ b/redis.c @@ -103,7 +103,7 @@ PHP_INI_BEGIN() /* redis session */ PHP_INI_ENTRY("redis.session.locking_enabled", "0", PHP_INI_ALL, NULL) PHP_INI_ENTRY("redis.session.lock_expire", "0", PHP_INI_ALL, NULL) - PHP_INI_ENTRY("redis.session.lock_retries", "1000", PHP_INI_ALL, NULL) + PHP_INI_ENTRY("redis.session.lock_retries", "100", PHP_INI_ALL, NULL) PHP_INI_ENTRY("redis.session.lock_wait_time", "20000", PHP_INI_ALL, NULL) PHP_INI_END() -- cgit v1.2.3