aboutsummaryrefslogtreecommitdiff
path: root/sample-config.toml
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-01 22:00:31 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-01 22:00:31 +0000
commitb5591aa8deed658cd3bb032d4800d7eb1c5b8a3f (patch)
tree9ad828d39222b5fb0532e2cd077a6efe6d3acc54 /sample-config.toml
parentaf4dc7f3f05fad8fe13edf0173a6dee5e4148bd3 (diff)
downloadcommunique-b5591aa8deed658cd3bb032d4800d7eb1c5b8a3f.tar.gz
working note lookups
Diffstat (limited to '')
-rw-r--r--sample-config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-config.toml b/sample-config.toml
index a89678a..218660a 100644
--- a/sample-config.toml
+++ b/sample-config.toml
@@ -6,7 +6,7 @@ name = "sample"
rpc = "cgi" # rename to protocol?
# add response type? like Note
exec = "sample-cgi-handler.sh"
-interval = "5s"
+interval = "55s"
# [[handlers]]
# name = "another"