Skip to main content

Patch Preferences

Used to customize the Patch CLT for your organization.

Domain: com.alectrona.patch

SettingDescription
License

Your valid license key provided upon subscription to Alectrona Patch.

info

While it is recommended to configure the License key, you can optionally use the --license option with the Patch CLT if necessary.

<key>License</key>
<string>LICENSE_HERE<string>
RedactUsernamesInLogs

Set to true to ensure usernames are redacted in logs.

<key>RedactUsernamesInLogs</key>
<true/>
MaxConcurrentDownloads

Setting this key to 1 will disable simultaneous downloads. Otherwise, set it to the desired number of concurrent downloads to balance update efficiency and network bandwidth usage.

info

By default Alectrona Patch allows 10 simultaneous downloads. We find this to be a good balance between efficient updates and minimal impact on network bandwidth.

<key>MaxConcurrentDownloads</key>
<integer>3</integer>