diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-12 00:21:57 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-12 01:29:15 +0700 |
| commit | 1aa46846bc1bfe64c1608e8a536b1732cc3d3b1a (patch) | |
| tree | ee63e3e4136735d0394c7bfd76d5ecbf9759d0c6 /CHANGELOG.adoc | |
| parent | ff5a7ecdb8aa0ccfe4bd4f71648e7254e470c930 (diff) | |
| download | awwan-1aa46846bc1bfe64c1608e8a536b1732cc3d3b1a.tar.xz | |
cmd/awwan: add option to auto shutdown idle serve
The `-shutdown-idle` option set the duration when the "serve" command
will stop accepting new connections and shutting down the HTTP server.
Diffstat (limited to 'CHANGELOG.adoc')
| -rw-r--r-- | CHANGELOG.adoc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc index 1a0cf80..7cb4910 100644 --- a/CHANGELOG.adoc +++ b/CHANGELOG.adoc @@ -29,6 +29,11 @@ In case we needs to add another parameter, which will do later, the argument will be too long. Using parameters is acceptable only for 2 to 3 arguments. +**🌱 cmd/awwan: add option to auto shutdown idle serve** + +The `-shutdown-idle` option set the duration when the "serve" command +will stop accepting new connections and shutting down the HTTP server. + [#v0_13_1] == awwan v0.13.1 (2026-02-09) |
