Set default concurrency limit for ReplicateRepository
This MR sets the default concurrency per repo limit to 1 for ReplicateRepository
. This is because we don't want to fire off multiple replications for the same repository. It's a performance hit and doesn't provide any benefit since ReplicateRepository
is an idempotent operation.
Fixes: #2456 (closed)