Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions admin_manual/configuration_server/antivirus_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -244,3 +244,8 @@ Disabling background scan task
You can disable background scan with occ to only scan files during upload::

sudo -E -u www-data php occ config:app:set files_antivirus av_background_scan --value="off"

.. note:: Setting ``av_rescan_days`` to ``0`` does **not** disable the periodic rescan of
already-scanned files. Any value below ``1`` is silently replaced with the default of 28 days,
so the rescan continues on its normal schedule. Use ``av_background_scan`` as shown above to
stop background scanning altogether.
Loading