mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
Update usage.md
* Remove ambiguity around 'threads' option
This commit is contained in:
parent
3c0559443a
commit
f76dcdaea4
1 changed files with 1 additions and 1 deletions
|
|
@ -855,7 +855,7 @@ sync_file_permissions = "600"
|
|||
> To prevent the application from modifying file or directory permissions and instead rely on the existing file system permission inheritance, add `disable_permission_set = "true"` to your configuration file.
|
||||
|
||||
### How are uploads and downloads managed?
|
||||
The system manages downloads and uploads using a multi-threaded approach. Specifically, the application utilises by default 8 threads (a maximum of 16 can be configured) for these processes. This thread count is preset and cannot be modified by users. This design ensures efficient handling of data transfers.
|
||||
The system manages downloads and uploads using a multi-threaded approach. Specifically, the application utilises by default 8 threads (a maximum of 16 can be configured) for these processes. Refer to [configuration documentation](application-config-options.md#threads) for further details.
|
||||
|
||||
### How to only sync a specific directory?
|
||||
There are two methods to achieve this:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue