Files
puppet-swift/releasenotes/notes/update-default-max_manifst_size-1077b1abd8813d7f.yaml
Takashi Kajinami 7017388604 Update default value of [filter:slo] max_manifest_size
Default value of [filter:slo] max_manifest_size was changed in swift[1]
but puppet-swift still hard-codes the old default.
This change updates the default value to use the consistent value.

[1] 11bf9e45884aa5122e76a97cf62062d7b0bdfe54

Change-Id: Iba68f63dcf5dc401cbbf2d396530a66157ad8fce
2021-12-20 08:10:00 +09:00

6 lines
173 B
YAML

---
upgrade:
- |
Default value of ``swift::proxy::slo::max_manifest_size`` has been changed
from ``2097152`` to ``8388608``, following the change in swift itself.