Browse code

fix example settings

git-svn: trunk@3628

Tomasz Kojm authored on 2008/02/13 20:03:01
Showing 1 changed files
... ...
@@ -273,14 +273,14 @@ LocalSocket /tmp/clamd.socket
273 273
 # Note: disabling this limit or setting it too high may result in severe damage
274 274
 # to the system.
275 275
 # Default: 100M
276
-#MaxScanSize 15M
276
+#MaxScanSize 150M
277 277
 
278 278
 # Files larger than this limit won't be scanned.
279 279
 # Value of 0 disables the limit.
280 280
 # Note: disabling this limit or setting it too high may result in severe damage
281 281
 # to the system.
282 282
 # Default: 25M
283
-#MaxFileSize 15M
283
+#MaxFileSize 30M
284 284
 
285 285
 # Nested archives are scanned recursively, e.g. if a Zip archive contains a RAR
286 286
 # file, all files within it will also be scanned. This options specifies how
... ...
@@ -296,7 +296,7 @@ LocalSocket /tmp/clamd.socket
296 296
 # Note: disabling this limit or setting it too high may result in severe damage
297 297
 # to the system.
298 298
 # Default: 10000
299
-#MaxFiles 1500
299
+#MaxFiles 15000
300 300
 
301 301
 # Use slower but memory efficient decompression algorithm.
302 302
 # only affects the bzip2 decompressor.