diff options
author | Julio Capote <jcapote@gmail.com> | 2022-12-20 03:43:11 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2022-12-20 03:43:11 +0000 |
commit | c0da8dd61b7447f18f03744202e52640220f10a9 (patch) | |
tree | cc36dd69ef89b0171578681559a7ff374c40b27b /sample-config.toml | |
parent | afdf8a014236452e098ab1266c9a9315824f8103 (diff) | |
download | communique-c0da8dd61b7447f18f03744202e52640220f10a9.tar.gz |
wip
Diffstat (limited to 'sample-config.toml')
-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 6a8b6f9..38a71f7 100644 --- a/sample-config.toml +++ b/sample-config.toml @@ -5,7 +5,7 @@ dbPath = "bub.db" name = "sample" rpc = "cgi" exec = "sample-cgi-handler.sh" -interval = "10s" +interval = "5s" # [[handlers]] # name = "another" |