[pmg-devel] [PATCH pmg-api 3/3] config: disable advanced statistic filters by default
Dominik Csapak
d.csapak at proxmox.com
Fri Jun 23 14:21:02 CEST 2023
If the (documented) behaviour is not known, it is rather unexpected and
confusing. So disable by default.
Note that this is a breaking change, since enabling them is just a
config switch, it shouldn't be much of a problem.
Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
src/PMG/Config.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/PMG/Config.pm b/src/PMG/Config.pm
index dc28c02..fe89e11 100755
--- a/src/PMG/Config.pm
+++ b/src/PMG/Config.pm
@@ -72,7 +72,7 @@ If this is enabled, the receiver statistic are limited to active ones
statistic will not contain these active receivers.
EODESC
type => 'boolean',
- default => 1,
+ default => 0,
},
dailyreport => {
description => "Send daily reports.",
--
2.30.2
More information about the pmg-devel
mailing list