diff options
author | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-04 18:43:02 +0100 |
---|---|---|
committer | Tomasz Kramkowski <tomasz@kramkow.ski> | 2025-07-04 18:44:58 +0100 |
commit | e408e650f83241dfbc037700004d58f8914c70d9 (patch) | |
tree | 4db7d42ca28b31e0c10cba1701f0ea9a67fc9cfe /CHANGELOG.md | |
parent | 4cbdc30c4083d66e7e04ee54dea2d4643467c84a (diff) | |
download | mqttr-e408e650f83241dfbc037700004d58f8914c70d9.tar.gz mqttr-e408e650f83241dfbc037700004d58f8914c70d9.tar.xz mqttr-e408e650f83241dfbc037700004d58f8914c70d9.zip |
Add per-process timeout
Side note... holy crap serde... more boilerplate than code at this point
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b1c122..240098f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ SPDX-License-Identifier: CC-BY-SA-4.0 ### Added * Configurable global timeout +* Configurable per-program timeout ### Fixed |