Subversion Repositories configs

Rev

Rev 200 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 200 Rev 203
Line 522... Line 522...
522
# as well as files contained inside it (when the input file is an archive, a
522
# as well as files contained inside it (when the input file is an archive, a
523
# document or some other kind of container).
523
# document or some other kind of container).
524
# Value of 0 disables the limit.
524
# Value of 0 disables the limit.
525
# Note: disabling this limit or setting it too high may result in severe damage
525
# Note: disabling this limit or setting it too high may result in severe damage
526
# to the system.
526
# to the system.
-
 
527
# Technical design limitations prevent ClamAV from scanning files greater than
-
 
528
# 2 GB at this time.
527
# Default: 25M
529
# Default: 25M
528
#MaxFileSize 30M
530
#MaxFileSize 30M
529
 
531
 
530
# Nested archives are scanned recursively, e.g. if a Zip archive contains a RAR
532
# Nested archives are scanned recursively, e.g. if a Zip archive contains a RAR
531
# file, all files within it will also be scanned. This options specifies how
533
# file, all files within it will also be scanned. This options specifies how
Line 786... Line 788...
786
 
788
 
787
# Set bytecode timeout in milliseconds.
789
# Set bytecode timeout in milliseconds.
788
#
790
#
789
# Default: 5000
791
# Default: 5000
790
# BytecodeTimeout 1000
792
# BytecodeTimeout 1000
791
 
-