aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-07-04 12:50:23 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-07-04 12:50:23 +0100
commitb24bb23376ac00a59d30638fed6ddec885c4f95f (patch)
treed6f28d31f349642554026045316ec818d371389b /README.md
parent12d85f363249cbda7002af79c88d48ad0a36746b (diff)
downloadmqttr-b24bb23376ac00a59d30638fed6ddec885c4f95f.tar.gz
mqttr-b24bb23376ac00a59d30638fed6ddec885c4f95f.tar.xz
mqttr-b24bb23376ac00a59d30638fed6ddec885c4f95f.zip
Configurable global timeout
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index fb03266..d2af21b 100644
--- a/README.md
+++ b/README.md
@@ -37,6 +37,7 @@ host = "localhost" # MQTT server host
port = 1883 # MQTT server port
qos = "exactly-once" # Default subscription QoS
# at-least-once (=0), at-most-once (=1), exactly-once (=2)
+timeout = 10.5 # Timeout in seconds (0 means (effectively) no timeout)
# [credentials] # Uncomment to specify MQTT connection credentials
# username = "username"
# password = "password"
@@ -83,7 +84,7 @@ it being ran every time a new MQTT message is published to this topic.
## Missing Features
-* Configurable timeouts (eventually configurable per process)
+* Timeout configurable per-program
* Configurable logging
* Ability to configure programs with non-UTF-8 in paths
* Maybe config reloading on SIGHUP