From a69f9cfc6ba6ff332d1e2d8303020d49443ca8cb Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 1 Jan 2023 19:38:31 -0500 Subject: working dedup --- config/config.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index e8e5387..3c6cdde 100644 --- a/config/config.go +++ b/config/config.go @@ -9,8 +9,9 @@ type Config struct { } type Handler struct { - Name string - Exec string - Rpc string - Interval time.Duration + Name string + Exec string + Rpc string + DedupWindow time.Duration + Interval time.Duration } -- cgit v1.2.3