diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-04 15:21:59 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-04 15:21:59 +0000 |
commit | 2c13b7e5be813ce375645c5e07740b4a3afd05b1 (patch) | |
tree | db7d052de04e3dbfc59b1f2d73a75cade5181075 /sample-config.toml | |
parent | a5f6f68b7c00cdd0c7a86c2374f79d26d60caaee (diff) | |
download | communique-2c13b7e5be813ce375645c5e07740b4a3afd05b1.tar.gz |
make default handler less chatty
Diffstat (limited to 'sample-config.toml')
-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" |