Skip to content

Commit 0b0e063

Browse files
authored
Merge pull request #15545 from nextcloud/backport/15541/stable33
[stable33] docs(admin): note that av_rescan_days=0 does not disable rescanning
2 parents 83204b4 + a545e06 commit 0b0e063

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

admin_manual/configuration_server/antivirus_configuration.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,3 +264,8 @@ Disabling background scan task
264264
You can disable background scan with occ to only scan files during upload::
265265

266266
sudo -E -u www-data php occ config:app:set files_antivirus av_background_scan --value="off"
267+
268+
.. note:: Setting ``av_rescan_days`` to ``0`` does **not** disable the periodic rescan of
269+
already-scanned files. Any value below ``1`` is silently replaced with the default of 28 days,
270+
so the rescan continues on its normal schedule. Use ``av_background_scan`` as shown above to
271+
stop background scanning altogether.

0 commit comments

Comments
 (0)