From a88a27c5e6639652c1fbbcd5259bb5f1b26cbe70 Mon Sep 17 00:00:00 2001 From: Jiajie Li Date: Wed, 10 Mar 2021 15:29:47 +0800 Subject: [PATCH] doc: Update multi-thread compression doc Signed-off-by: Jiajie Li --- docs/multi-thread-compression.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/multi-thread-compression.txt b/docs/multi-thread-compression.txt index d429963cb0..26107478cb 100644 --- a/docs/multi-thread-compression.txt +++ b/docs/multi-thread-compression.txt @@ -41,7 +41,7 @@ compression ratio. High compression ratio will take more time, level 1 stands for the best compression speed, and higher level means higher compression ration. For Zlib, users can select a level number between 0 and 9, where level 0 stands for no compression. For Zstd, users can select a -level number between 1 and 22. +level number between 1 and 19. When to use the multiple thread compression in live migration -- Gitee