aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 21:45:29 +0100
committerTomasz Kramkowski <tomasz@kramkow.ski>2025-06-27 21:46:51 +0100
commitce71a662f977c9dd3790c62620ebd0568276b05f (patch)
tree9543f0e4f27932a1bbafcf073ce7f2d88c51224a /README.md
parent9c4df3969e21b2d82d34e379b05d2d7ae2e8c29f (diff)
downloadmqttr-master.tar.gz
mqttr-master.tar.xz
mqttr-master.zip
Make QoS 2 (ExactlyOnce) the defaultHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a58247..7529a82 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ it being ran every time a new MQTT message is published to this topic.
## Missing Features
* Configurable timeouts (eventually configurable per process)
-* Configurable QoS for each subscription (default is 0 (at most once))
+* Configurable QoS for each subscription (default is 2 (exactly once))
* Configurable logging
* Ability to configure programs with non-UTF-8 in paths
* Maybe config reloading on SIGHUP