diff --git a/doc/advancedusage.rst b/doc/advancedusage.rst index ed28f27cd..d3eb233d3 100644 --- a/doc/advancedusage.rst +++ b/doc/advancedusage.rst @@ -10,7 +10,7 @@ Options .. include:: options.rst Mass Deployment And Account Creation -------- +------------------------------------ .. index:: mass deployment .. include:: massdeploymentcommandline.rst @@ -35,6 +35,6 @@ Low Disk Space .. include:: lowdiskspace.rst Wizard Account Setup Command-line Options -------- +----------------------------------------- .. index:: wizard accountsetup command-line .. include:: wizardaccountsetupcommandline.rst diff --git a/doc/troubleshooting.rst b/doc/troubleshooting.rst index 8a19350a0..8c1666e62 100644 --- a/doc/troubleshooting.rst +++ b/doc/troubleshooting.rst @@ -67,7 +67,7 @@ See https://github.com/owncloud/client/issues/5226 for more discussion of this issue. "Connection closed" message when syncing files ---------------------- +---------------------------------------------- This message can be caused by using chunks that are too big or time-outs that are set too liberally. You can configure the chunking behavior of the client in @@ -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. | diff --git a/doc/wizardaccountsetupcommandline.rst b/doc/wizardaccountsetupcommandline.rst index 26579df56..a943a5857 100644 --- a/doc/wizardaccountsetupcommandline.rst +++ b/doc/wizardaccountsetupcommandline.rst @@ -12,5 +12,5 @@ The following parameters are supported: Examples: -- ``C:\Program Files\Nextcloud\nextcloud.exe" --overridelocaldir "D:/work/nextcloud-sync-folder" --overrideserverurl https://cloud.example.com +- ``C:\Program Files\Nextcloud\nextcloud.exe" --overridelocaldir "D:/work/nextcloud-sync-folder" --overrideserverurl https://cloud.example.com`` - For Linux and mac the same example as above will work but ``nextcloud.exe path`` and ``--overridelocaldir`` value should get changed to platform specific format (e.g. ``no .exe extension`` and ``/home/`` format)