Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 0
Configuration
Kyle Ebbinga edited this page Dec 11, 2025
·
2 revisions
The main configuration file for Parallel. Used to specify global settings across the CLI and the background service.
| Parameter | Type | Description |
|---|---|---|
| MaxConcurrentVaults | integer | Maximum number of vaults that can sync in parallel. |
| MaxConcurrentProcesses | integer | Maximum number of parallel processes per vault. |
| MaxConcurrentTransfers | integer | Maximum number of parallel file transfers per vault. |
| RetentionPeriod | integer | Number of days to retain a file before it can be cleaned. |
| CleanDirectories | string | Array of directories to be cleaned by default. |
Note:
MaxConcurrentProcessesandMaxConcurrentTransfersare per vault, not global.
Used to configure per vault profiles.