OP#785 add ConcurrentDatabaseReload option
This commit is contained in:
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@@ -11,6 +11,7 @@
|
|||||||
"clamscan",
|
"clamscan",
|
||||||
"Clamuko",
|
"Clamuko",
|
||||||
"clamupdate",
|
"clamupdate",
|
||||||
|
"concurrentdatabasereload",
|
||||||
"Dazuko",
|
"Dazuko",
|
||||||
"dbname",
|
"dbname",
|
||||||
"epel",
|
"epel",
|
||||||
|
|||||||
@@ -66,6 +66,7 @@ class confdroid_clamav::params (
|
|||||||
Boolean $cv_enable_freshclam = true,
|
Boolean $cv_enable_freshclam = true,
|
||||||
Boolean $cv_enable_clamd = true,
|
Boolean $cv_enable_clamd = true,
|
||||||
Boolean $cv_use_excludepaths = true
|
Boolean $cv_use_excludepaths = true
|
||||||
|
String $cv_concurrentdatabasereload = 'no'
|
||||||
|
|
||||||
) {
|
) {
|
||||||
# service
|
# service
|
||||||
|
|||||||
@@ -14,6 +14,7 @@ LogRotate <%= @cv_logrotate %>
|
|||||||
PreludeEnable <%= @cv_preludeenable %>
|
PreludeEnable <%= @cv_preludeenable %>
|
||||||
TCPSocket <%= @cv_tcpsocket %>
|
TCPSocket <%= @cv_tcpsocket %>
|
||||||
TCPAddr <%= @cv_tcpaddress %>
|
TCPAddr <%= @cv_tcpaddress %>
|
||||||
|
ConcurrentDatabaseReload <%= @cv_concurrentdatabasereload %>
|
||||||
#
|
#
|
||||||
# Set the name of the analyzer used by prelude-admin.
|
# Set the name of the analyzer used by prelude-admin.
|
||||||
# Default: ClamAV
|
# Default: ClamAV
|
||||||
|
|||||||
Reference in New Issue
Block a user