diff options
| author | Dan Engelbrecht <[email protected]> | 2023-10-17 11:33:58 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-10-17 11:33:58 +0200 |
| commit | ea6f10ebc5f80ed5f936371a87a630fd0ca08825 (patch) | |
| tree | 4eb79951c7400f203e3b13677afb516cef79909d | |
| parent | support for multiple http servers (#473) (diff) | |
| download | zen-ea6f10ebc5f80ed5f936371a87a630fd0ca08825.tar.xz zen-ea6f10ebc5f80ed5f936371a87a630fd0ca08825.zip | |
changelog
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 369c97362..7a4aaeac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ - Feature: Implemented initial and experimental support for pluggable transports via (`--http=plugin`) - Feature: Add caching of referenced CId content for structured cache records, this avoid disk thrashing when gathering references for GC - disabled by default, enable with `--cache-reference-cache-enabled` +- Changed: The default port for zenserver has been changed from 1337 to 8558 - Bugfix: GC logging now correctly reports used/free disk space in log message - Improvement: Faster reading of project store oplogs - Improvement: Faster collection of referenced CId content in project store @@ -10,6 +11,7 @@ - Improvement: when dedicated mode is enabled via --dedicated or server.dedicated then we tune http.sys server settings to be more suitable for a shared server. Initially we tune two things: - the thread pool used to service I/O requests allows a larger number of threads to be created when needed. The minimum thread count is unchanged but in dedicated server mode we double the maximum number of threads allowed - the http.sys request queue length (HttpServerQueueLengthProperty) is increased to 50,000 in dedicated mode. The regular default is 1,000. A larger queue means the server will deal with small intermittent stalls (for example due to GC locking) even at higher loads like 100k req/s without rejecting requests via HTTP 503 results +- Removed: Removed legacy compute interface (will be replaced with new implementation in the future) ## 0.2.27 - Bugfix: Remove double counting of memory usage in memcachelayer |