diff --git a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Scheduler/DataBrokerProtectionSchedulerConfig.swift b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Scheduler/DataBrokerProtectionSchedulerConfig.swift index 0a2b4bd101..7f2fcd79b7 100644 --- a/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Scheduler/DataBrokerProtectionSchedulerConfig.swift +++ b/LocalPackages/DataBrokerProtection/Sources/DataBrokerProtection/Scheduler/DataBrokerProtectionSchedulerConfig.swift @@ -25,6 +25,6 @@ protocol SchedulerConfig { struct DataBrokerProtectionSchedulerConfig: SchedulerConfig { // Arbitrary numbers for now - var concurrentOperationsDifferentBrokers: Int = 8 + var concurrentOperationsDifferentBrokers: Int = 10 var intervalBetweenSameBrokerOperations: TimeInterval = 2 }