@ -96,6 +96,11 @@ With this option you can control scripted updates. It's highly recommended to ke
.br.
Default: enabled
.TP
\fBTestDatabases BOOL\fR
With this option enabled, freshclam will attempt to load new databases into memory to make sure they are properly handled by libclamav before replacing the old ones.
.br.
Default: enabled
.TP
\fBCompressLocalDatabase BOOL\fR
By default freshclam will keep the local databases (.cld) uncompressed to make their handling faster. With this option you can enable the compression; the change will take effect with the next database update.
{"ScriptedUpdates",NULL,0,TYPE_BOOL,MATCH_BOOL,1,NULL,0,OPT_FRESHCLAM,"With this option you can control scripted updates. It's highly recommended to keep them enabled.","yes"},
{"TestDatabases",NULL,0,TYPE_BOOL,MATCH_BOOL,1,NULL,0,OPT_FRESHCLAM,"With this option enabled, freshclam will attempt to load new\ndatabases into memory to make sure they are properly handled\nby libclamav before replacing the old ones.","yes"},
{"CompressLocalDatabase",NULL,0,TYPE_BOOL,MATCH_BOOL,0,NULL,0,OPT_FRESHCLAM,"By default freshclam will keep the local databases (.cld) uncompressed to\nmake their handling faster. With this option you can enable the compression.\nThe change will take effect with the next database update.",""},
{"ExtraDatabase",NULL,0,TYPE_STRING,NULL,-1,NULL,FLAG_MULTIPLE,OPT_FRESHCLAM,"Download additional database. This option can be used multiple times.","dbname1\ndbname2"},