adguardhome: increase statistic retention time

This commit is contained in:
Christoph Hollizeck 2024-11-25 23:19:36 +01:00
parent e99c03e580
commit aa6d1baccb
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 249300664F2AF2C7

View file

@ -97,6 +97,11 @@ in
"https://adguardteam.github.io/HostlistsRegistry/assets/filter_24.txt"
"https://adguardteam.github.io/HostlistsRegistry/assets/filter_47.txt"
];
statistics = {
enabled = true;
interval = "8760h";
};
};
};