Optimizing ClamAV

This commit is contained in:
dpeca 2019-08-24 00:11:03 +02:00 committed by GitHub
commit a96a39dbbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ MaxThreads 12
MaxConnectionQueueLength 15 MaxConnectionQueueLength 15
LogSyslog false LogSyslog false
LogFacility LOG_LOCAL6 LogFacility LOG_LOCAL6
LogClean false LogClean true
LogVerbose true LogVerbose true
PidFile /var/run/clamav/clamd.pid PidFile /var/run/clamav/clamd.pid
DatabaseDirectory /var/lib/clamav DatabaseDirectory /var/lib/clamav
@ -49,7 +49,8 @@ SendBufTimeout 200
MaxQueue 100 MaxQueue 100
ExtendedDetectionInfo true ExtendedDetectionInfo true
OLE2BlockMacros false OLE2BlockMacros false
StreamMaxLength 25M StreamMaxLength 2M
MaxFileSize 2M
LogFile /var/log/clamav/clamav.log LogFile /var/log/clamav/clamav.log
LogTime true LogTime true
LogFileUnlock false LogFileUnlock false