From 0e94826a4cd860361907e84bf9cf6ab7d4ed7612 Mon Sep 17 00:00:00 2001 From: Gerry Demaret Date: Thu, 28 Mar 2019 14:11:06 +0100 Subject: [PATCH] Update documented default for sess_lock_retries The documented default was 200, while in reality it seems this is actually set to 5. While 5 is arguably on the low side, at least have the documentation in sync with reality. --- memcached.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memcached.ini b/memcached.ini index c2072324..5ed79bdb 100644 --- a/memcached.ini +++ b/memcached.ini @@ -15,8 +15,8 @@ ;memcached.sess_lock_wait_max = 150; ; The number of times to retry locking the session lock, not including the first attempt. -; Default is 200. -;memcached.sess_lock_retries = 200; +; Default is 5. +;memcached.sess_lock_retries = 5; ; The time, in seconds, before a lock should release itself. ; Setting to 0 results in the default behaviour, which is to