http_server.timeout

server.timeout

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

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

Set to 0 to disable any kind of automatic timeout behavior on incoming connections.

doc_Nodejs
2016-04-30 04:40:15
Comments
Leave a Comment

Please login to continue.