We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f89504c commit 125e980Copy full SHA for 125e980
src/Ydb.Sdk/CHANGELOG.md
@@ -1,6 +1,6 @@
1
- Added new ADO.NET options:
2
- `MinSessionPool`: The minimum connection pool size.
3
- - `SessionIdleTimeout`: The time (in seconds) to wait before closing idle session in the pool if the count of all connections exceeds `MinSessionPool`.
+ - `SessionIdleTimeout`: The time (in seconds) to wait before closing idle session in the pool if the count of all sessions exceeds `MinSessionPool`.
4
- `SessionPruningInterval`: How many seconds the pool waits before attempting to prune idle sessions (see `SessionIdleTimeout`).
5
- Fixed bug `Reader`: unhandled exception in `TryReadRequestBytes(long bytes)`.
6
- Handle `YdbException` on `DeleteSession`.
0 commit comments