Skip to content

Commit dfcbc02

Browse files
committed
Remove memcached.ini reference to deprecated sess_lock_max_wait setting
1 parent 2c693c7 commit dfcbc02

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: memcached.ini

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020

2121
; The time, in seconds, before a lock should release itself.
2222
; Setting to 0 results in the default behaviour, which is to
23-
; use the memcached.sess_lock_max_wait setting. If that is
24-
; also 0, max_execution_time will be used.
23+
; use PHP's max_execution_time.
2524
;memcached.sess_lock_expire = 0;
2625

2726
; memcached session key prefix

0 commit comments

Comments
 (0)