We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07879fb commit d7ed677Copy full SHA for d7ed677
memcached.ini
@@ -47,6 +47,11 @@ memcached.sess_number_of_replicas = 0
47
; memcached session replica read randomize
48
memcached.sess_randomize_replica_read = Off
49
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
+
55
; Set the compression type
56
; valid values are: fastlz, zlib
57
; the default is fastlz
0 commit comments