Skip to content

Commit

Permalink
adjust av_max_file_size (#2515)
Browse files Browse the repository at this point in the history
Signed-off-by: Simon L <[email protected]>
  • Loading branch information
szaimen committed Jul 11, 2023
1 parent 367f088 commit 5e46ba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/clamav.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ install_and_enable_app files_antivirus
nextcloud_occ config:app:set files_antivirus av_mode --value="socket"
nextcloud_occ config:app:set files_antivirus av_socket --value="/var/run/clamav/clamd.ctl"
nextcloud_occ config:app:set files_antivirus av_stream_max_length --value="1048576000"
nextcloud_occ config:app:set files_antivirus av_max_file_size --value="-1"
nextcloud_occ config:app:set files_antivirus av_max_file_size --value="1048576000"
nextcloud_occ config:app:set files_antivirus av_infected_action --value="only_log"

# Create av notification script
Expand Down

0 comments on commit 5e46ba6

Please sign in to comment.