Browse code

etc/clamd.conf: remove deprecated ArchiveLimitMemoryUsage (bb#1551)

git-svn: trunk@5028

Tomasz Kojm authored on 2009/04/07 19:32:51
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Tue Apr  7 12:32:14 CEST 2009 (tk)
2
+----------------------------------
3
+ * etc/clamd.conf: remove deprecated ArchiveLimitMemoryUsage (bb#1551)
4
+
1 5
 Mon Apr  6 21:58:45 CEST 2009 (tk)
2 6
 ----------------------------------
3 7
  * libclamav: fix handling of signature offsets in cli_scanbuff() (bb#1546)
... ...
@@ -355,11 +355,6 @@ LocalSocket /tmp/clamd.socket
355 355
 # Default: yes
356 356
 #ScanArchive yes
357 357
 
358
-# Use slower but memory efficient decompression algorithm.
359
-# only affects the bzip2 decompressor.
360
-# Default: no
361
-#ArchiveLimitMemoryUsage yes
362
-
363 358
 # Mark encrypted archives as viruses (Encrypted.Zip, Encrypted.RAR).
364 359
 # Default: no
365 360
 #ArchiveBlockEncrypted no