docs: Correct the default thread-pool-size

Refer to 26ec190964 virtiofsd: Do not use a thread pool by default

Signed-off-by: Liu Yiding <liuyd.fnst@fujitsu.com>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Message-id: 20220413042054.1484640-1-liuyd.fnst@fujitsu.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
Liu Yiding 2022-04-13 12:20:54 +08:00 committed by Stefan Hajnoczi
parent 0cac736e73
commit 29320530cf

View File

@ -132,7 +132,7 @@ Options
.. option:: --thread-pool-size=NUM .. option:: --thread-pool-size=NUM
Restrict the number of worker threads per request queue to NUM. The default Restrict the number of worker threads per request queue to NUM. The default
is 64. is 0.
.. option:: --cache=none|auto|always .. option:: --cache=none|auto|always