Update usage.md

* Remove ambiguity around 'threads' option
This commit is contained in:
abraunegg 2025-04-13 18:54:06 +10:00
commit f76dcdaea4

View file

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