| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| 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 | |||
| 4070 | 4070 | mitigate this issue, one potential solution is to increase the size of libuv's | |
| 4071 | 4071 | threadpool by setting the `'UV_THREADPOOL_SIZE'` environment variable to a value | |
| 4072 | 4072 | greater 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 | ||
| 4074 | 4074 | as the threadpool would have been created as part of the runtime initialisation | |
| 4075 | 4075 | much before user code is run. For more information, see the [libuv threadpool documentation][]. | |
| 4076 | 4076 | ||
| 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 | |||
| 2293 | 2293 | mitigate this issue, one potential solution is to increase the size of libuv's | |
| 2294 | 2294 | threadpool by setting the \fB'UV_THREADPOOL_SIZE'\fR environment variable to a value | |
| 2295 | 2295 | greater than \fB4\fR (its current default value). However, setting this from inside | |
| 2296 | - the process using \fBprocess.env.UV_THREADPOOL_SIZE=size\fR is not guranteed to work | ||
| 2296 | + the process using \fBprocess.env.UV_THREADPOOL_SIZE=size\fR is not guaranteed to work | ||
| 2297 | 2297 | as the threadpool would have been created as part of the runtime initialisation | |
| 2298 | 2298 | much before user code is run. For more information, see the libuv threadpool documentation. | |
| 2299 | 2299 | . | |
| Back | FazBrowse Home | New Git URL |
0 commit comments