We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eb1e0a commit afb488dCopy full SHA for afb488d
1 file changed
src/node.cc
@@ -2962,7 +2962,6 @@ char** Init(int argc, char *argv[]) {
2962
V8::SetFlagsFromCommandLine(&v8argc, v8argv, false);
2963
2964
#ifdef __POSIX__
2965
- uv_loop_configure(uv_default_loop(), UV_LOOP_BLOCK_SIGNAL, SIGPROF);
2966
// Ignore SIGPIPE
2967
RegisterSignalHandler(SIGPIPE, SIG_IGN);
2968
RegisterSignalHandler(SIGINT, SignalExit);
0 commit comments