]> git.proxmox.com Git - pmg-api.git/commitdiff
config: disable advanced statistic filters by default
authorDominik Csapak <d.csapak@proxmox.com>
Fri, 23 Jun 2023 12:21:02 +0000 (14:21 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 26 Jun 2023 13:18:12 +0000 (15:18 +0200)
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@proxmox.com>
src/PMG/Config.pm

index dc28c022bd32002eabddca1a35fa287c3c278ea3..fe89e1189e833dccb334680798c3851b831b1e2a 100644 (file)
@@ -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.",