From d6487933c758be647bff7a568d6a33e6155e6599 Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Tue, 10 Jan 2023 15:19:05 +0100 Subject: [feature] Implement Report database model and utility functions (#1310) * implement report database model * implement report cache + config changes * implement report database functions * report uri / regex functions * update envparsing test * remove unnecessary uri index * remove unused function + cache lookup * process error when storing report --- example/config.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example') diff --git a/example/config.yaml b/example/config.yaml index 12e49e420..71d26e50c 100644 --- a/example/config.yaml +++ b/example/config.yaml @@ -207,6 +207,10 @@ cache: notification-ttl: "5m" notification-sweep-freq: "10s" + report-max-size: 100 + report-ttl: "5m" + report-sweep-freq: "10s" + status-max-size: 500 status-ttl: "5m" status-sweep-freq: "10s" -- cgit v1.2.3