mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[DS-728] Add virus scan task config
git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@5820 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
22
dspace/config/modules/clamav.cfg
Normal file
22
dspace/config/modules/clamav.cfg
Normal file
@@ -0,0 +1,22 @@
|
||||
#---------------------------------------------------------------#
|
||||
#--------------CLAMAV ANTI-VIRUS CONFIGURATIONS-----------------#
|
||||
#---------------------------------------------------------------#
|
||||
# Configuration properties used solely by clamav curation task #
|
||||
#---------------------------------------------------------------#
|
||||
|
||||
# Host address of ClamAV service (Unix daemon process on this host)
|
||||
service.host = 127.0.0.1
|
||||
|
||||
# The port the service listens on: 3310 is the standard port number for ClamAV
|
||||
service.port = 3310
|
||||
|
||||
# Initial timeout value (in milliseconds) used when the socket is connecting
|
||||
socket.timeout = 120
|
||||
|
||||
# Flag indicating whether a scan should stop when the first infected bitstream
|
||||
# is detected within an item. Normally a complete scan is desired, so default
|
||||
# value is false. But if items can contain large numbers of bitstreams, the
|
||||
# display of the results can become unwieldy.
|
||||
scan.failfast = false
|
||||
|
||||
|
Reference in New Issue
Block a user