From 2c13b7e5be813ce375645c5e07740b4a3afd05b1 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Wed, 4 Jan 2023 10:21:59 -0500 Subject: make default handler less chatty --- sample-config.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample-config.toml b/sample-config.toml index f659e60..9f8a3fa 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -5,8 +5,8 @@ dbPath = "bub.db" name = "sample" rpc = "cgi" # rename to protocol? exec = "sample-cgi-handler.sh" -interval = "5s" -dedupWindow = "1m" +interval = "1h" +dedupWindow = "5h" # [[handlers]] # name = "autosport" -- cgit v1.2.3