Skip to content

Commit d7ed677

Browse files
committed
memcached.ini added connect timeout
1 parent 07879fb commit d7ed677

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

memcached.ini

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@ memcached.sess_number_of_replicas = 0
4747
; memcached session replica read randomize
4848
memcached.sess_randomize_replica_read = Off
4949

50+
; memcached connect timeout value
51+
; In non-blocking mode this changes the value of the timeout
52+
; during socket connection in milliseconds. Specifying -1 means an infinite timeout.
53+
memcached.sess_connect_timeout = 1000
54+
5055
; Set the compression type
5156
; valid values are: fastlz, zlib
5257
; the default is fastlz

0 commit comments

Comments
 (0)