From ff2a8ffc61531f5025972cc66b67b25900c549b5 Mon Sep 17 00:00:00 2001 From: Claudio Cambra Date: Mon, 29 Jul 2024 16:20:40 +0800 Subject: [PATCH] Fix table warning in troubleshooting doc Signed-off-by: Claudio Cambra --- doc/troubleshooting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst index 04cfcf7f661bd..8c1666e62dac4 100644 --- a/doc/troubleshooting.rst +++ b/doc/troubleshooting.rst @@ -79,7 +79,7 @@ the config file. For example, change these settings: +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ | ``minChunkSize`` | ``1000000`` (1 MB) | Specifies the minimum chunk size of uploaded files in bytes. | +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ -| ``maxChunkSize`` | ``50000000`` (1000 MB) | Specifies the maximum chunk size of uploaded files in bytes. | +| ``maxChunkSize`` | ``50000000`` (1000 MB) | Specifies the maximum chunk size of uploaded files in bytes. | +----------------------------------+--------------------------+--------------------------------------------------------------------------------------------------------+ | ``targetChunkUploadDuration`` | ``6000`` (1 minute) | Target duration in milliseconds for chunk uploads. | | | | The client adjusts the chunk size until each chunk upload takes approximately this long. |