diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-01 22:00:31 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-01 22:00:31 +0000 |
commit | b5591aa8deed658cd3bb032d4800d7eb1c5b8a3f (patch) | |
tree | 9ad828d39222b5fb0532e2cd077a6efe6d3acc54 /sample-config.toml | |
parent | af4dc7f3f05fad8fe13edf0173a6dee5e4148bd3 (diff) | |
download | communique-b5591aa8deed658cd3bb032d4800d7eb1c5b8a3f.tar.gz |
working note lookups
Diffstat (limited to '')
-rw-r--r-- | sample-config.toml | 2 |
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" |