From: Liu Yiding Date: Wed, 13 Apr 2022 04:20:54 +0000 (+0800) Subject: docs: Correct the default thread-pool-size X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=29320530cf6684646b3a642fdbb5bc77ee8039de;p=qemu.git docs: Correct the default thread-pool-size Refer to 26ec190964 virtiofsd: Do not use a thread pool by default Signed-off-by: Liu Yiding Acked-by: Vivek Goyal Message-id: 20220413042054.1484640-1-liuyd.fnst@fujitsu.com Signed-off-by: Stefan Hajnoczi --- diff --git a/docs/tools/virtiofsd.rst b/docs/tools/virtiofsd.rst index e457b13d56..5f5ac9dd56 100644 --- a/docs/tools/virtiofsd.rst +++ b/docs/tools/virtiofsd.rst @@ -132,7 +132,7 @@ Options .. option:: --thread-pool-size=NUM Restrict the number of worker threads per request queue to NUM. The default - is 64. + is 0. .. option:: --cache=none|auto|always