diff options
| author | Dan Engelbrecht <[email protected]> | 2025-12-10 11:02:49 +0100 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2025-12-10 11:02:49 +0100 |
| commit | 792b5a516d796301e27b90158f39bc94f5408aea (patch) | |
| tree | 0c5f6e49795df773bcacabe81c4f431e884a370d | |
| parent | 5.7.14-pre2 (diff) | |
| download | zen-792b5a516d796301e27b90158f39bc94f5408aea.tar.xz zen-792b5a516d796301e27b90158f39bc94f5408aea.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 556c56a29..c615e527a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ ## - Improvement: asio http server now supports the `--dedicated` option which prevents port remapping -- Improvement: If a server hppt port is already in use and `--dedicated` is enabled we do more retries when opening the http port +- Improvement: If a server http port is already in use and `--dedicated` is enabled we do more retries when opening the http port - Improvement: Automatic scaling up of http server threads when using `--dedicated` is only done if `--http-threads` is not specified - Improvement: Refactored cache batch fetch operations to not do complex execution in destructor of PutBatch and GetBatch classes - Improvement: Stop unhandled exceptions from async work in windows threadpool |