diff options
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 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" |