Skip to content

Commit

Permalink
doc: remove extra space on threadpool usage
Browse files Browse the repository at this point in the history
PR-URL: nodejs/node#44734
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
connorjburton authored and guangwong committed Jan 3, 2023
1 parent ca392c5 commit 8633178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -7233,7 +7233,7 @@ try {
### Threadpool usage
All callback and promise-based file system APIs ( with the exception of
All callback and promise-based file system APIs (with the exception of
`fs.FSWatcher()`) use libuv's threadpool. This can have surprising and negative
performance implications for some applications. See the
[`UV_THREADPOOL_SIZE`][] documentation for more information.
Expand Down

0 comments on commit 8633178

Please sign in to comment.