From ebada9ce015ce67a91692ad6c134c981be8f6634 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 19 Apr 2022 18:43:39 +0200
Subject: [PATCH] feat(dns): Print statistics one a minute

---
 apps/k8s01/dns/dns.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apps/k8s01/dns/dns.yaml b/apps/k8s01/dns/dns.yaml
index 54d11d6c3..7b62c8305 100644
--- a/apps/k8s01/dns/dns.yaml
+++ b/apps/k8s01/dns/dns.yaml
@@ -124,6 +124,7 @@ data:
   chroot.conf: |
     server:
       chroot: ""
+      statistics-interval: 60
       extended-statistics: yes
     remote-control:
       control-enable: yes
-- 
GitLab