mirror of
https://github.com/myvesta/vesta
synced 2025-08-19 21:04:07 -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
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue