File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4070,7 +4070,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
40704070mitigate this issue, one potential solution is to increase the size of libuv's
40714071threadpool by setting the ` 'UV_THREADPOOL_SIZE' ` environment variable to a value
40724072greater than ` 4 ` (its current default value). However, setting this from inside
4073- the process using ` process.env.UV_THREADPOOL_SIZE=size ` is not guranteed to work
4073+ the process using ` process.env.UV_THREADPOOL_SIZE=size ` is not guaranteed to work
40744074as the threadpool would have been created as part of the runtime initialisation
40754075much before user code is run. For more information, see the [ libuv threadpool documentation] [ ] .
40764076
Original file line number Diff line number Diff line change @@ -2293,7 +2293,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
22932293mitigate this issue, one potential solution is to increase the size of libuv's
22942294threadpool by setting the \fB 'UV_THREADPOOL_SIZE' \fR environment variable to a value
22952295greater than \fB 4 \fR (its current default value). However, setting this from inside
2296- the process using \fB process.env.UV_THREADPOOL_SIZE=size \fR is not guranteed to work
2296+ the process using \fB process.env.UV_THREADPOOL_SIZE=size \fR is not guaranteed to work
22972297as the threadpool would have been created as part of the runtime initialisation
22982298much before user code is run. For more information, see the libuv threadpool documentation.
22992299.
You can’t perform that action at this time.
0 commit comments