Merge pull request #9321 from nextcloud/docs/add-av-disabling-background-scan

This commit is contained in:
Julius Härtl 2022-11-28 08:12:29 +01:00 committed by GitHub
commit eae31ad02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"