diff options
-rw-r--r-- | sample-config.toml | 4 |
1 files 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" |