Geo: Fix File synchronization concurrency limit
What does this MR do and why?
Since all "file/blob" types are now handled by SSF, it should use all of "File synchronization concurrency limit".
Before:
- Set "File synchronization concurrency limit" to
X - The secondary site limits the number of concurrent file replication jobs to
X/2
After:
- Set "File synchronization concurrency limit" to
X - The secondary site limits the number of concurrent file replication jobs to
X
Risks:
- Upon upgrade, the possible peak number of concurrent file replication jobs will double.
This resolves #373320 (closed)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by Michael Kozono