diff --git a/admin_manual/configuration_server/antivirus_configuration.rst b/admin_manual/configuration_server/antivirus_configuration.rst index fe1d83483..68145f165 100644 --- a/admin_manual/configuration_server/antivirus_configuration.rst +++ b/admin_manual/configuration_server/antivirus_configuration.rst @@ -168,3 +168,11 @@ Executable When you are satisfied with how ClamAV is operating, you might want to go back and change all of your logging to less verbose levels. + + +Disabling background scan task +------------------------------ + +You can disable background scan with occ to only scan files during upload. + + occ config:app:set files_antivirus av_background_scan --value="off"