Skip to content

Configuration

Kyle Ebbinga edited this page Nov 11, 2025 · 2 revisions

Configuration File

The main configuration file for Parallel. Used to specify global settings across the CLI and the background service.

Parameter Type Description
MaxConcurrentVaults integer The max allowed vaults for parallel synchronization.
MaxConcurrentProcesses integer The max allowed amount of parallel processes.
RetentionPeriod integer The amount of days to hold a file before it can be cleaned.
CleanDirectories string An array of directories to be defaulted when cleaned.

Vault Configuration

Used to configure per vault profiles.

Clone this wiki locally