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