Comment by tlrobinson
11 years ago
I don't see that being an issue for the vast majority of Node.js programs, i.e. long-running servers.
11 years ago
I don't see that being an issue for the vast majority of Node.js programs, i.e. long-running servers.
As I said: there's no guarantee it affects you. But messing with timeouts during startup (where stuff might be failing and prevent server processes from recovering correctly) can be an issue. Even when the process is long-running in general. If that issue affects your particular program is a different question.
define "issue".
will it impede functionality? probably not. will it add precious time to server process start time? definitely, especially if the problem gets compounded.