Merge pull request #6952 from nextcloud/bugfix/doc-building-warnings

Fix doc building warnings
This commit is contained in:
Matthieu Gallien 2024-08-22 11:06:08 +02:00 committed by GitHub
commit bb771497ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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. |

View file

@ -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/<user folder>`` format)