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 @@ -4074,7 +4074,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
40744074mitigate this issue, one potential solution is to increase the size of libuv's
40754075threadpool by setting the ` 'UV_THREADPOOL_SIZE' ` environment variable to a value
40764076greater than ` 4 ` (its current default value). However, setting this from inside
4077- the process using ` process.env.UV_THREADPOOL_SIZE=size ` is not guranteed to work
4077+ the process using ` process.env.UV_THREADPOOL_SIZE=size ` is not guaranteed to work
40784078as the threadpool would have been created as part of the runtime initialisation
40794079much before user code is run. For more information, see the [ libuv threadpool documentation] [ ] .
40804080
Original file line number Diff line number Diff line change @@ -2287,7 +2287,7 @@ that run in libuv's threadpool will experience degraded performance. In order to
22872287mitigate this issue, one potential solution is to increase the size of libuv's
22882288threadpool by setting the \fB 'UV_THREADPOOL_SIZE' \fR environment variable to a value
22892289greater than \fB 4 \fR (its current default value). However, setting this from inside
2290- the process using \fB process.env.UV_THREADPOOL_SIZE=size \fR is not guranteed to work
2290+ the process using \fB process.env.UV_THREADPOOL_SIZE=size \fR is not guaranteed to work
22912291as the threadpool would have been created as part of the runtime initialisation
22922292much before user code is run. For more information, see the libuv threadpool documentation.
22932293.
You can’t perform that action at this time.
0 commit comments