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: #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 RafaelGSS committed Sep 26, 2022
1 parent 64cb43a commit 82cb815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/fs.md
Expand Up @@ -7525,7 +7525,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 82cb815

Please sign in to comment.