diff options
| -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 |