feat(xo-server/backups): remove merge limitations

Since 30fe9764a, merging range of VHDs is supported via synthetic VHD which limits the perf impact.

It's no longer necessary to limit the number of VHDs per run to merge.
This commit is contained in:
Julien Fontanet
2022-12-16 14:41:45 +01:00
parent 113235aec3
commit 0635b3316e

View File

@@ -103,7 +103,7 @@ writeBlockConcurrency = 16
# This is a work-around.
#
# See https://github.com/vatesfr/xen-orchestra/pull/4674
maxMergedDeltasPerRun = 2
maxMergedDeltasPerRun = inf
# https://github.com/naugtur/blocked-at#params-and-return-value
[blockedAtOptions]