server.timeout


  • <number> 以毫秒为单位的超时时间。 默认值: 120000

假定套接字超时之前不活动的毫秒数。

0 将禁用传入连接的超时行为。

套接字超时逻辑是在连接上设置的,因此更改此值只会影响到服务器的新连接,而不会影响任何现有连接。

  • <number> Timeout in milliseconds. Default: 120000 (2 minutes).

The number of milliseconds of inactivity before a socket is presumed to have timed out.

A value of 0 will disable the timeout behavior on incoming connections.

The socket timeout logic is set up on connection, so changing this value only affects new connections to the server, not any existing connections.

To change the default timeout use the --http-server-default-timeout flag.