diff options
Diffstat (limited to 'sample-config.toml')
-rw-r--r-- | sample-config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
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" |