Skip to content
Snippets Groups Projects
Commit 61af71b6 authored by Jörg Sachse's avatar Jörg Sachse
Browse files

fix: set ClamD StreamMaxLength to 4GB (was: 4MB, which is far too low for Rosetta)

parent 52e88bbb
Branches
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ ...@@ -125,7 +125,7 @@
TCPSocket 3310 TCPSocket 3310
TCPAddr 127.0.0.1 TCPAddr 127.0.0.1
MaxConnectionQueueLength 200 MaxConnectionQueueLength 200
StreamMaxLength 4000K StreamMaxLength 4000M
# AllowSupplementaryGroups yes # DEPRECATED # AllowSupplementaryGroups yes # DEPRECATED
ScanPE yes ScanPE yes
ScanELF yes ScanELF yes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment