mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Optimizing ClamAV
This commit is contained in:
parent
4fade0fbc9
commit
a96a39dbbb
1 changed files with 3 additions and 2 deletions
|
@ -20,7 +20,7 @@ MaxThreads 12
|
|||
MaxConnectionQueueLength 15
|
||||
LogSyslog false
|
||||
LogFacility LOG_LOCAL6
|
||||
LogClean false
|
||||
LogClean true
|
||||
LogVerbose true
|
||||
PidFile /var/run/clamav/clamd.pid
|
||||
DatabaseDirectory /var/lib/clamav
|
||||
|
@ -49,7 +49,8 @@ SendBufTimeout 200
|
|||
MaxQueue 100
|
||||
ExtendedDetectionInfo true
|
||||
OLE2BlockMacros false
|
||||
StreamMaxLength 25M
|
||||
StreamMaxLength 2M
|
||||
MaxFileSize 2M
|
||||
LogFile /var/log/clamav/clamav.log
|
||||
LogTime true
|
||||
LogFileUnlock false
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue