Skip to content

Commit cd62e8f

Browse files
gerrydsodabrew
authored andcommitted
Update documented default for sess_lock_retries (#432)
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.
1 parent dd7e137 commit cd62e8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

memcached.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
;memcached.sess_lock_wait_max = 150;
1616

1717
; The number of times to retry locking the session lock, not including the first attempt.
18-
; Default is 200.
19-
;memcached.sess_lock_retries = 200;
18+
; Default is 5.
19+
;memcached.sess_lock_retries = 5;
2020

2121
; The time, in seconds, before a lock should release itself.
2222
; Setting to 0 results in the default behaviour, which is to

0 commit comments

Comments
 (0)