Skip to content

Commit

Permalink
CHANGELOG and docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton committed Jul 4, 2024
1 parent a2a90ac commit 68f7c11
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0-rc1]

[5.0.0-rc1]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-rc1

### Added

- The `cchost` configuration file now includes an `idle_connection_timeout` option. This controls how long the node will keep idle connections (for user TLS sessions) before automatically closing them. This may be set to `null` to restore the previous behaviour, where idle connections are never closed.

## [5.0.0-rc0]

[5.0.0-rc0]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-rc0
Expand Down
2 changes: 1 addition & 1 deletion doc/host_config_schema/cchost_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -665,7 +665,7 @@
"idle_connection_timeout": {
"type": ["string", "null"],
"default": null,
"description": "Timeout for idle connections. Null enforces no timeout."
"description": "Timeout for idle connections. Null is a valid option, and means idle connections are retained indefinitely"
},
"worker_threads": {
"type": "integer",
Expand Down

0 comments on commit 68f7c11

Please sign in to comment.