From 632a1d17605ce6a40648da37fe9dc9074b6ee73d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Duffeck?= Date: Tue, 12 Dec 2023 19:24:43 +0100 Subject: [PATCH] Add changelog for the retry postprocessing change --- changelog/unreleased/retry-postprocessing-steps.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changelog/unreleased/retry-postprocessing-steps.md diff --git a/changelog/unreleased/retry-postprocessing-steps.md b/changelog/unreleased/retry-postprocessing-steps.md new file mode 100644 index 000000000..8002853e9 --- /dev/null +++ b/changelog/unreleased/retry-postprocessing-steps.md @@ -0,0 +1,5 @@ +Enhancement: Retry antivirus postprocessing step in case of problems + +The antivirus postprocessing step will now be retried for a configurable amount of times in case it can't get a result from clamav. + +https://github.com/owncloud/ocis/pull/7874