memcached_send_timeout

Syntax: memcached_send_timeout time;
Default: memcached_send_timeout 60s;
Context: http, server, location

Sets a timeout for transmitting a request to the memcached server. The timeout is set only between two successive write operations, not for the transmission of the whole request. If the memcached server does not receive anything within this time, the connection is closed.

doc_nginx
2017-02-09 07:07:02
Comments
Leave a Comment

Please login to continue.