多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
lua_socket_send_timeout ----------------------- **语法:** *lua_socket_send_timeout &lt;time&gt;* **默认:** *lua_socket_send_timeout 60s* **环境:** *http, server, location* 该指令控制 TCP/unix-domain socket 对象的[send](#tcpsocksend)方法默认超时时间,这个值可以被[settimeout](#tcpsocksettimeout)方法覆盖。 `<time>`参数可以是整数,后面可以跟着像`s` (秒), `ms` (毫秒), `m` (分钟)的单位可选项。 默认的时间单位是`s`,也就是"秒"。默认值是`60s`。 该指令是在`v0.5.0rc1`版本第一次引入。 [返回目录](#directives) > English source: lua_socket_send_timeout ----------------------- **syntax:** *lua_socket_send_timeout &lt;time&gt;* **default:** *lua_socket_send_timeout 60s* **context:** *http, server, location* Controls the default timeout value used in TCP/unix-domain socket object's [send](#tcpsocksend) method and can be overridden by the [settimeout](#tcpsocksettimeout) method. The `<time>` argument can be an integer, with an optional time unit, like `s` (second), `ms` (millisecond), `m` (minute). The default time unit is `s`, i.e., "second". The default setting is `60s`. This directive was first introduced in the `v0.5.0rc1` release. [Back to TOC](#directives)