diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 17:46:13 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-06-27 17:46:13 +0100 |
commit | 214bf200d55575acacf03a83495ea65a0eda6e0d (patch) | |
tree | 8b785263e461fe81311115da27ac229bff251cfe /README.md | |
parent | 1fde6642082ece4b6c64e29f2983e0f988ce2b59 (diff) | |
download | mqttr-214bf200d55575acacf03a83495ea65a0eda6e0d.tar.gz mqttr-214bf200d55575acacf03a83495ea65a0eda6e0d.tar.xz mqttr-214bf200d55575acacf03a83495ea65a0eda6e0d.zip |
Process timeout after 60 seconds
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ it being ran every time a new MQTT message is published to this topic. ## Missing Features -* Timeouts (existent, configurable, per process configurable) +* Configurable timeouts (eventually configurable per process) * Permission checks on `mqttr.toml` if it contains a password (to ensure the password isn't being exposed) * Configurable QoS for each subscription (default is 0 (at most once)) |