[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:
Richard Rodgers
2010-11-10 19:46:56 +00:00
parent 7a1fe3b86b
commit 94fe33636e

View 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