diff --git a/docs/usage.md b/docs/usage.md index 049010b1..96f3a17f 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -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: