mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 14:36:01 +03:00
Merge pull request #6952 from nextcloud/bugfix/doc-building-warnings
Fix doc building warnings
This commit is contained in:
commit
bb771497ff
3 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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. |
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue