server.timeout
假定套接字超时之前不活动的毫秒数。
¥The number of milliseconds of inactivity before a socket is presumed to have timed out.
值 0
将禁用传入连接的超时行为。
¥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.