From a69f9cfc6ba6ff332d1e2d8303020d49443ca8cb Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 1 Jan 2023 19:38:31 -0500 Subject: working dedup --- sample-config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sample-config.toml') diff --git a/sample-config.toml b/sample-config.toml index 218660a..a77678c 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -6,7 +6,8 @@ name = "sample" rpc = "cgi" # rename to protocol? # add response type? like Note exec = "sample-cgi-handler.sh" -interval = "55s" +interval = "5s" +dedupWindow = "1m" # [[handlers]] # name = "another" -- cgit v1.2.3