From 8b07fce738b478087e7c437d0d043466c1c28259 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 6 Mar 2021 10:03:22 +0100 Subject: [PATCH] bundles/unbound: decrease statistics-interval until debian has 1.19 and we're actually able to use them --- bundles/unbound/files/unbound.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/bundles/unbound/files/unbound.conf b/bundles/unbound/files/unbound.conf index b9cd8c4..13842a2 100644 --- a/bundles/unbound/files/unbound.conf +++ b/bundles/unbound/files/unbound.conf @@ -5,8 +5,10 @@ server: verbosity: 0 % if node.has_bundle('netdata'): - statistics-interval: 1 - extended-statistics: yes +# FIXME reenable this once debian has 1.19 +# statistics-interval: 1 +# extended-statistics: yes + statistics-interval: 300 % else: statistics-interval: 300 % endif