Syntax: | memcached_read_timeout |
---|---|
Default: | memcached_read_timeout 60s; |
Context: | http , server , location |
Defines a timeout for reading a response from the memcached server. The timeout is set only between two successive read operations, not for the transmission of the whole response. If the memcached server does not transmit anything within this time, the connection is closed.
Please login to continue.