aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-04 15:21:59 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-04 15:21:59 +0000
commit2c13b7e5be813ce375645c5e07740b4a3afd05b1 (patch)
treedb7d052de04e3dbfc59b1f2d73a75cade5181075 /sample-config.toml
parenta5f6f68b7c00cdd0c7a86c2374f79d26d60caaee (diff)
downloadcommunique-2c13b7e5be813ce375645c5e07740b4a3afd05b1.tar.gz
make default handler less chatty
Diffstat (limited to 'sample-config.toml')
-rw-r--r--sample-config.toml4
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"